1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  3. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  4. 6491f47 fix another case that assumed that GetTypeForDeclarator would never return null. by Chris Lattner · 15 years ago
  5. 33c6ebe mark the declspec as invalid when we recover instead of forcing to int, by Chris Lattner · 15 years ago
  6. 4c97d76 Diagnose invalid uses of tagged types with a missing tag. For example, in: by Chris Lattner · 15 years ago
  7. c199ab3 Implement the first set of changes for PR3963 and rdar://6759604, by Chris Lattner · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  9. 1f6f54b Fix PR3031 by silencing follow-on errors in invalid declarations. by Chris Lattner · 16 years ago
  10. 3825c2e reject 'int test(x, x) int x; {}' by Chris Lattner · 16 years ago
  11. aaf9ddb reject 'typedef int y; int test(x, y)'. by Chris Lattner · 16 years ago
  12. d658b56 Fix handling of implicit int, resolving PR2012 and reverting (and by Chris Lattner · 16 years ago
  13. 99d724f Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
  14. e0e713b Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 17 years ago
  15. 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  16. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago