aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-04-28Merge remote-tracking branch 'upstream/master' into rebaseTim Murray
2014-04-28Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber
2014-04-28libclang: split out the documentation comment APIAlp Toker
2014-04-28[objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis
2014-04-26libclang: remove 'CXDiagnostic_Remark'Alp Toker
2014-04-25CodeGen: add __yield intrinsic for ARMSaleem Abdulrasool
2014-04-25Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie
2014-04-25Improve ownership of ASTUnits in libTooling by using std::unique_ptr.David Blaikie
2014-04-24[X86] Add Clang support for intrinsics __rdtsc and __rdtscp.Andrea Di Biagio
2014-04-24[mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type()Daniel Sanders
2014-04-24Comment to XML conversion: use unique_ptr for SimpleFormatContextDmitri Gribenko
2014-04-24Don't leak _all_ directives in -verify mode. Found by LSan, PR19520.Nico Weber
2014-04-24Fix two leaks in c-index-test found by LSan.Nico Weber
2014-04-24More spellchecking for Index.hNico Weber
2014-04-24compeltions are never appropriate.Nico Weber
2014-04-24Bury leaked sema pointer when reading from AST files.Nico Weber
2014-04-23Change -Wfloating-point-conversion to -Wfloat-conversion.Richard Trieu
2014-04-23Fixed comments (thanks to Richard Smith).Abramo Bagnara
2014-04-23Fix leak introduced in r194610, found by LSan.Nico Weber
2014-04-23Moved operator delete to public area to appease gcc and conform to C++ standard.Abramo Bagnara
2014-04-23Do not print inferred submodules explicitly in __inferred_module.mapBen Langmuir
2014-04-23Quick fix for layering that broke shared library build.John Thompson
2014-04-23Make TypeDecl much less friendly.Richard Smith
2014-04-23Prune \param introduced in r206977, possibly committed ahead. [-Wdocumentation]NAKAMURA Takumi
2014-04-23The rewrite constructor should actually rewrite.Aaron Ballman
2014-04-23Replacing a naked pointer with a unique_ptr. No functional changes intended.Aaron Ballman
2014-04-23Minor formatting and simplification cleanup -- no functional changes intended.Aaron Ballman
2014-04-23Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson
2014-04-22Use a manipulator to add a value to the current diagnostic flag.Diego Novillo
2014-04-22Objective-C ARC. Under ARC, addition of 'bridge' attributeFariborz Jahanian
2014-04-22Attempt to fix null ASTContext in ASTUnit error pathBen Langmuir
2014-04-22Thread safety analysis: add array operations to SExpr.DeLesley Hutchins
2014-04-22Try to fix warnings to escape '@' as '\@'. [-Wdocumentation-html]NAKAMURA Takumi
2014-04-22[OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko
2014-04-22DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation]NAKAMURA Takumi
2014-04-22Move the C++11 ExtWarn for converting a string literal to 'char*' out ofRichard Smith
2014-04-22Move the warning of implicit cast of a floating point to an integer out ofRichard Trieu
2014-04-21Thread safety analysis: misc updates to SExpr handling. Fix to minimal SSA,DeLesley Hutchins
2014-04-21Allow adding a value to a flag in diagnostics.Diego Novillo
2014-04-19Speculative fix for buildbot failure. Apparently Clang 3.1 got move semantics...Richard Smith
2014-04-19Thread Safety Analysis: Convert to minimal SSA.DeLesley Hutchins
2014-04-19When a module completes the definition of a class template specialization imp...Richard Smith
2014-04-19Thread Safety Analysis: Update SSA pass to handle loops.DeLesley Hutchins
2014-04-18Fix a hole with nested unavailable submodules from r206664Ben Langmuir
2014-04-18Don't build modules with (submodules with) missing headersBen Langmuir
2014-04-18Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner
2014-04-18Add more constness to module-related APIsDmitri Gribenko
2014-04-18Fix a -Wmicrosoft warning on an unrepresentable enumReid Kleckner
2014-04-17Making some public members into private members. This also introduces a bit m...Aaron Ballman