1. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  2. d5a3632 Reorganize the parsing of decl groups / function definitions so that by John McCall · 16 years ago
  3. d98e7cf7 improve the diagnostic for uses of the GCC "global variable in a register" extension. by Chris Lattner · 16 years ago
  4. 14bdb78 fix a valgrind problem I noticed while developing another patch, by Chris Lattner · 17 years ago
  5. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  6. a2b5e31 Diagnose declarations that don't declare anything, and fix PR3020. by Sebastian Redl · 17 years ago
  7. 4fc6979 Rewrite FindDiagnostics to be more strict about the formatting of the by Chris Lattner · 17 years ago
  8. 556877c This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 18 years ago
  9. 81cb9e8 Fix PR2017 and silence some bogus errors. by Chris Lattner · 18 years ago
  10. 5e4c75f rename -parse-ast-print to -ast-print by Chris Lattner · 18 years ago
  11. 0883fd5 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 18 years ago
  12. 02c0439 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 18 years ago