summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [objc] For the ARC error that is emitted when a synthesized property implemen...Argyrios Kyrtzidis2012-12-121-0/+2
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-113-4/+4
* Add -fslp-vectorize to enable bb-vectorizeHal Finkel2012-12-111-0/+5
* [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintainChad Rosier2012-12-111-0/+2
* [driver] Add the -fvectorize flag to enable the loop vectorization passes.Chad Rosier2012-12-111-0/+3
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-112-10/+11
* PR14558: Compute triviality of special members (etc) at the end of the classRichard Smith2012-12-111-1/+13
* Clarifying comments for the MatchFinder and matchesNames matcher.Manuel Klimek2012-12-102-2/+6
* Virtual method overrides can no longer have mismatched calling conventions. ...Aaron Ballman2012-12-093-3/+17
* PR14550: If a system header contains a bogus constexpr function definition,Richard Smith2012-12-091-1/+1
* Finish implementing 'selected constructor' rules for triviality in C++11. InRichard Smith2012-12-081-19/+72
* Remove some remnants of the assumption that there is at most one of eachRichard Smith2012-12-081-26/+0
* Properly compute triviality for explicitly-defaulted or deleted special members.Richard Smith2012-12-084-38/+70
* [libclang] Resolve a cursor that points to a macro name inside a #ifdef/#ifndefArgyrios Kyrtzidis2012-12-081-0/+9
* [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also passArgyrios Kyrtzidis2012-12-082-14/+23
* Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith2012-12-082-0/+21
* Fix analysis based warnings so that all warnings are emitted when compilingDeLesley Hutchins2012-12-071-0/+10
* [analyzer] Rename the option help to reflect better what it does.Anna Zaks2012-12-071-2/+2
* [analyzer] Optimization heuristic: do not reanalyze every ObjC method asAnna Zaks2012-12-071-1/+15
* [analyzer] Fix r168019 to work with unpruned paths as well.Jordan Rose2012-12-071-2/+1
* Add file missed from r169574!Richard Smith2012-12-071-0/+3
* [analyzer] Remove possible pessimizations from r169563.Jordan Rose2012-12-072-5/+3
* [analyzer] Avoid ProgramStateRef copy constructors.Jordan Rose2012-12-063-6/+8
* Simplify PDiag's move assignment overload a bit, the self-move check isn't ac...Benjamin Kramer2012-12-061-9/+5
* Make sure to initialize the HasSkippedBody bit.Argyrios Kyrtzidis2012-12-062-2/+3
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-061-8/+21
* Add move semantics to PartialDiagnostic, which can be very expensive to copy.Benjamin Kramer2012-12-061-0/+26
* Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a bodyArgyrios Kyrtzidis2012-12-063-0/+16
* [analyzer] Remove unused fields from ExprEngine.Jordan Rose2012-12-061-9/+0
* [analyzer] Speed up ExplodedNode::Profile by avoiding copy constructors.Jordan Rose2012-12-061-1/+2
* [analyzer] Remove bindExprAndLocation, which does extra work for no gain.Jordan Rose2012-12-062-16/+0
* Clang-format: IndentCaseLabels option, proper namespace handlingAlexander Kornienko2012-12-061-0/+6
* Hexagon TC: Add/improve support for small dataMatthew Curtis2012-12-061-1/+2
* Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis2012-12-061-0/+1
* Only provide explicit getCapturedRegion() and getOriginalRegion() from refere...Ted Kremenek2012-12-061-13/+5
* Pull logic to map from VarDecl* to captured region using a helper function. ...Ted Kremenek2012-12-061-0/+2
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-052-1/+2
* Reuse an existing diagnostic for tsan/msan needing -pie error.Evgeniy Stepanov2012-12-051-2/+0
* Simplify slightly by seperating out the responsibility for emission of a caretRichard Smith2012-12-052-19/+10
* Simplify diagnostic emission. No functionality change intended.Richard Smith2012-12-051-34/+2
* Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta.DeLesley Hutchins2012-12-053-0/+12
* libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko2012-12-041-1/+8
* Add parameterCountIs() matcher.Daniel Jasper2012-12-041-0/+13
* Replace workarounds with correct fixes.Daniel Jasper2012-12-041-1/+1
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04117-261/+248
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-043-1/+4
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-046-77/+111
* In the PreprocessingRecord, to identify the different conditional directive r...Argyrios Kyrtzidis2012-12-041-7/+7
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-044-1/+25
* Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov2012-12-032-0/+9