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