summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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