summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-603/+0
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-9/+9
* Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq...Michael J. Spencer2010-12-181-2/+2
* Remove leftover code and use the text path diagnostic client even without a s...Argyrios Kyrtzidis2010-12-031-0/+4
* Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient.Argyrios Kyrtzidis2010-12-031-3/+3
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Make sure to always check the result ofDouglas Gregor2010-11-121-12/+14
* Make Clang static analyzer skip function template definitions. This fixes Cl...Zhanyong Wan2010-10-311-2/+4
* Fix '-analyzer-display-progress' for Objective-C methods. Also remove obsole...Ted Kremenek2010-10-221-13/+5
* Added two new command line arguments:Marcin Swiderski2010-09-301-1/+2
* Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...Tom Care2010-09-101-0/+4
* Removed IdempotentOperationChecker from default analysis and returned back to...Tom Care2010-08-061-0/+7
* Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis...Ted Kremenek2010-08-031-1/+2
* Reapply r108617.Zhongxing Xu2010-07-191-1/+2
* Revert r108617, it broke the build.Benjamin Kramer2010-07-171-2/+1
* Prepare the analyzer for the callee in another translation unit:Zhongxing Xu2010-07-171-1/+2
* Improved false positive rate for the idempotent operations checker and moved ...Tom Care2010-07-161-3/+0
* Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis2010-07-071-7/+7
* Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...Tom Care2010-07-061-0/+4
* Fix -analyze-display-progress (once again), this time with an additional regr...Ted Kremenek2010-06-251-5/+4
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+589
OpenPOWER on IntegriCloud