aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/AnalysisConsumer.cpp
AgeCommit message (Expand)Author
2010-10-22Fix '-analyzer-display-progress' for Objective-C methods. Also remove obsole...Ted Kremenek
2010-09-30Added two new command line arguments:Marcin Swiderski
2010-09-10Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...Tom Care
2010-08-06Removed IdempotentOperationChecker from default analysis and returned back to...Tom Care
2010-08-03Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis...Ted Kremenek
2010-07-19Reapply r108617.Zhongxing Xu
2010-07-17Revert r108617, it broke the build.Benjamin Kramer
2010-07-17Prepare the analyzer for the callee in another translation unit:Zhongxing Xu
2010-07-16Improved false positive rate for the idempotent operations checker and moved ...Tom Care
2010-07-07Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis
2010-07-06Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...Tom Care
2010-06-25Fix -analyze-display-progress (once again), this time with an additional regr...Ted Kremenek
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar