aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/AnalysisConsumer.cpp
AgeCommit message (Expand)Author
2009-05-19Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to Eli Friedman
2009-05-19Move analysis command-line options out of AnalysisConsumer.cpp into Eli Friedman
2009-05-19Move CreateAnalysisConsumer into a separate header AnalysisConsumer.h. Eli Friedman
2009-05-18Move AnalysisConsumer out of ASTConsumers.h in preparation for moving Eli Friedman
2009-05-07Fix <rdar://problem/6848739>. When using -analyze, -Werror has no effect.Ted Kremenek
2009-04-18FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor
2009-04-09Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-28remove TranslationUnit.Chris Lattner
2009-03-28change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner
2009-03-28remove dead ivar.Chris Lattner
2009-03-28don't poke at TranslationUnit directlyChris Lattner
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar