summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix use-after-release bug introduced in r77585 where the PathDiagnosticClientTed Kremenek2009-07-311-5/+4
* Initialize an otherwise-wild pointer. Fixes a crashy analyzerDouglas Gregor2009-07-301-1/+1
* simple fixes.Zhongxing Xu2009-07-301-4/+2
* Make AnalysisManager into its own source file and a pure data management class. Zhongxing Xu2009-07-301-169/+57
* This patch collects all analysis context data into a new class Zhongxing Xu2009-07-301-31/+17
* (1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"Ted Kremenek2009-07-271-0/+13
* Add initial implementation of checking for uses of floating point as a loop c...Ted Kremenek2009-07-231-0/+5
* Add yet more analysis for CFGs involving conditionals that are actually const...Mike Stump2009-07-201-1/+1
* Move the source-level CFG from libAST to libAnalysis.Ted Kremenek2009-07-161-1/+1
* Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman2009-07-151-1/+2
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-2/+2
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-1/+1
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-2/+4
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-261-4/+0
* Build fixes for r72135.Eli Friedman2009-05-191-5/+5
* Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to Eli Friedman2009-05-191-0/+659
OpenPOWER on IntegriCloud