Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
429bb276991ff2dbc7c5b438828b9b7737cb15eb
/
lib
/
FrontendTool
/
ExecuteCompilerInvocation.cpp
4f32786
Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes.
by Ted Kremenek
· 14 years ago
e6ec11a
Remove the AST printer (-ast-print-xml), which is too incomplete and
by Douglas Gregor
· 14 years ago
116f364
Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers.
by Argyrios Kyrtzidis
· 15 years ago
91a230a
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
43dee22
[analyzer] Overhauling of the checker registration mechanism.
by Argyrios Kyrtzidis
· 15 years ago
9b66371
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'.
by Ted Kremenek
· 15 years ago
2114258
Chris Lattner has strong opinions about directory layout. :)
by Ted Kremenek
· 15 years ago
3a8f40e
Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile.
by Ted Kremenek
· 15 years ago
9ef6537
Rename static analyzer namespace 'GR' to 'ento'.
by Ted Kremenek
· 15 years ago
5a4f98f
[analyzer] Refactoring: Move stuff into namespace 'GR'.
by Argyrios Kyrtzidis
· 15 years ago
98cabba
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
by Argyrios Kyrtzidis
· 15 years ago
03013fa
Merge System into Support.
by Michael J. Spencer
· 15 years ago
f351424
Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals
by John McCall
· 15 years ago
e8f0ba7
getNumErrors() -> hasErrorOccurred()
by Argyrios Kyrtzidis
· 15 years ago
1b7255d
Move ExecuteCompilerInvocation to a new library FrontendTool
by Peter Collingbourne
· 15 years ago
[Renamed (99%) from lib/Frontend/ExecuteCompilerInvocation.cpp]
e55fd87
Add two options for playing with modules.
by Sebastian Redl
· 15 years ago
8eb2b01
Frontend: Move the bulk of the cc1_main() processing into
by Daniel Dunbar
· 15 years ago