aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/PathSensitive/AnalysisManager.h
AgeCommit message (Expand)Author
2009-11-11Fix display of "ANALYZE" statements in AnalysisConsumer by correctly resettin...Ted Kremenek
2009-11-05AnalysisManager: Don't rely on PathDiagnosicClients flushing their diagnostic...Ted Kremenek
2009-10-20Add destructor and cleanup code to LocationContext (fixing some leaks). Along...Ted Kremenek
2009-10-13Add two utility methods.Zhongxing Xu
2009-09-10Make AnalysisManager stateless. Now other analyzer components only depends onZhongxing Xu
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-25Remove CodeDecl and CFG from GRExprEngine and GRStateManager.Zhongxing Xu
2009-08-21Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek
2009-08-15Extend the ProgramPoint to include the context information LocationContext,Zhongxing Xu
2009-08-06Fix comment.Zhongxing Xu
2009-08-03Regression fix: reset 'DisplayedFunction' when a new function/method decl get...Ted Kremenek
2009-08-03add a bunch of routine methods to AnalysisContext.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-07-31Fix use-after-release bug introduced in r77585 where the PathDiagnosticClientTed Kremenek
2009-07-30Make AnalysisManager into its own source file and a pure data management class. Zhongxing Xu