1. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  2. c7f8116 Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations. by Richard Smith · 11 years ago
  3. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. d8ac057 Reorganize the parsing of decl groups / function definitions so that by John McCall · 15 years ago
  6. d4b19d5 improve the diagnostic for uses of the GCC "global variable in a register" extension. by Chris Lattner · 15 years ago
  7. 5186872 fix a valgrind problem I noticed while developing another patch, by Chris Lattner · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  9. a4ed0d8 Diagnose declarations that don't declare anything, and fix PR3020. by Sebastian Redl · 16 years ago
  10. 0947b4e Rewrite FindDiagnostics to be more strict about the formatting of the by Chris Lattner · 16 years ago
  11. e37ac4f This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 16 years ago
  12. fd89bc8 Fix PR2017 and silence some bogus errors. by Chris Lattner · 16 years ago
  13. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  14. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  15. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago