Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fe908a805b51d77d4fc5332aa96feb04497eb66b
/
clang
/
lib
/
FrontendTool
/
ExecuteCompilerInvocation.cpp
5e14d39
Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes.
by Ted Kremenek
· 15 years ago
cfee35b
Remove the AST printer (-ast-print-xml), which is too incomplete and
by Douglas Gregor
· 15 years ago
17bee3e
Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers.
by Argyrios Kyrtzidis
· 15 years ago
d6f8124
Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful
by Douglas Gregor
· 15 years ago
556c45e
[analyzer] Overhauling of the checker registration mechanism.
by Argyrios Kyrtzidis
· 15 years ago
f8cbac4
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'.
by Ted Kremenek
· 15 years ago
d99bd55
Chris Lattner has strong opinions about directory layout. :)
by Ted Kremenek
· 15 years ago
ef33f09
Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile.
by Ted Kremenek
· 15 years ago
98857c9
Rename static analyzer namespace 'GR' to 'ento'.
by Ted Kremenek
· 15 years ago
ca08fba
[analyzer] Refactoring: Move stuff into namespace 'GR'.
by Argyrios Kyrtzidis
· 15 years ago
8d602a8
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
by Argyrios Kyrtzidis
· 15 years ago
8aaf499
Merge System into Support.
by Michael J. Spencer
· 15 years ago
9b66c4b
Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals
by John McCall
· 15 years ago
5c26cda2
getNumErrors() -> hasErrorOccurred()
by Argyrios Kyrtzidis
· 15 years ago
85dd0bd
Move ExecuteCompilerInvocation to a new library FrontendTool
by Peter Collingbourne
· 15 years ago
[Renamed (99%) from clang/lib/Frontend/ExecuteCompilerInvocation.cpp]
6ebb51a
Add two options for playing with modules.
by Sebastian Redl
· 15 years ago
e9e91b0
Frontend: Move the bulk of the cc1_main() processing into
by Daniel Dunbar
· 15 years ago