index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
FrontendTool
/
ExecuteCompilerInvocation.cpp
Age
Commit message (
Expand
)
Author
2011-02-25
Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...
Argyrios Kyrtzidis
2011-02-17
Eliminate the internal command-line option for viewing inheritance in C++ cla...
Douglas Gregor
2011-02-14
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
Rename headers: 'clang/GR' 'clang/EntoSA' and
Ted Kremenek
2010-12-23
Rename static analyzer namespace 'GR' to 'ento'.
Ted Kremenek
2010-12-22
[analyzer] Refactoring: Move stuff into namespace 'GR'.
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-24
Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals
John McCall
2010-11-19
getNumErrors() -> hasErrorOccurred()
Argyrios Kyrtzidis
2010-08-24
Move ExecuteCompilerInvocation to a new library FrontendTool
Peter Collingbourne