summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to Eli Friedman2009-05-191-659/+0
* Move analysis command-line options out of AnalysisConsumer.cpp into Eli Friedman2009-05-191-117/+31
* Move CreateAnalysisConsumer into a separate header AnalysisConsumer.h. Eli Friedman2009-05-191-30/+1
* Move AnalysisConsumer out of ASTConsumers.h in preparation for moving Eli Friedman2009-05-181-1/+1
* Fix <rdar://problem/6848739>. When using -analyze, -Werror has no effect.Ted Kremenek2009-05-071-0/+3
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-181-1/+1
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-1/+2
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-2/+7
* remove TranslationUnit.Chris Lattner2009-03-281-2/+0
* change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner2009-03-281-3/+3
* remove dead ivar.Chris Lattner2009-03-281-11/+4
* don't poke at TranslationUnit directlyChris Lattner2009-03-281-2/+6
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-0/+770
OpenPOWER on IntegriCloud