1. 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
  2. cfee35b Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 15 years ago
  3. 17bee3e Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. by Argyrios Kyrtzidis · 15 years ago
  4. 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
  5. 556c45e [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 15 years ago
  6. f8cbac4 Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. by Ted Kremenek · 15 years ago
  7. d99bd55 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 15 years ago
  8. ef33f09 Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 15 years ago
  9. 98857c9 Rename static analyzer namespace 'GR' to 'ento'. by Ted Kremenek · 15 years ago
  10. ca08fba [analyzer] Refactoring: Move stuff into namespace 'GR'. by Argyrios Kyrtzidis · 15 years ago
  11. 8d602a8 [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 15 years ago
  12. 8aaf499 Merge System into Support. by Michael J. Spencer · 15 years ago
  13. 9b66c4b Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals by John McCall · 15 years ago
  14. 5c26cda2 getNumErrors() -> hasErrorOccurred() by Argyrios Kyrtzidis · 15 years ago
  15. 85dd0bd Move ExecuteCompilerInvocation to a new library FrontendTool by Peter Collingbourne · 15 years ago[Renamed (99%) from clang/lib/Frontend/ExecuteCompilerInvocation.cpp]
  16. 6ebb51a Add two options for playing with modules. by Sebastian Redl · 15 years ago
  17. e9e91b0 Frontend: Move the bulk of the cc1_main() processing into by Daniel Dunbar · 15 years ago