aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/AnalysisManager.cpp
AgeCommit message (Expand)Author
2009-10-06Fix 'clang-cc -analyzer-display-progress' by flushing standard error after pr...Ted Kremenek
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-23Replace cerr with errs().Benjamin Kramer
2009-08-21Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek
2009-07-30Make AnalysisManager into its own source file and a pure data management class. Zhongxing Xu