aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/AnalysisConsumer.cpp
AgeCommit message (Expand)Author
2009-08-06As GRState seems general enough, it is time to merge some template classes Zhongxing Xu
2009-08-03now we can let AnalysisManager to own the PathDiagnosticClient.Zhongxing Xu
2009-08-03Create only one AnalysisManager for each translation unit. In HandleCode(),Zhongxing Xu
2009-08-02Fix regression caused by recent refactoring where HTML and plist files would ...Ted Kremenek
2009-07-31Fix use-after-release bug introduced in r77585 where the PathDiagnosticClientTed Kremenek
2009-07-30Initialize an otherwise-wild pointer. Fixes a crashy analyzerDouglas Gregor
2009-07-30simple fixes.Zhongxing Xu
2009-07-30Make AnalysisManager into its own source file and a pure data management class. Zhongxing Xu
2009-07-30This patch collects all analysis context data into a new class Zhongxing Xu
2009-07-27(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"Ted Kremenek
2009-07-23Add initial implementation of checking for uses of floating point as a loop c...Ted Kremenek
2009-07-20Add yet more analysis for CFGs involving conditionals that are actually const...Mike Stump
2009-07-16Move the source-level CFG from libAST to libAnalysis.Ted Kremenek
2009-07-15Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman
2009-06-30De-ASTContext-ify DeclContext.Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-06-26Introduce a new concept to the static analyzer: SValuator.Ted Kremenek
2009-05-19Build fixes for r72135.Eli Friedman
2009-05-19Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to Eli Friedman