1. 4c97d76 Diagnose invalid uses of tagged types with a missing tag. For example, in: by Chris Lattner · 15 years ago
  2. c199ab3 Implement the first set of changes for PR3963 and rdar://6759604, by Chris Lattner · 15 years ago
  3. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  4. 1f6f54b Fix PR3031 by silencing follow-on errors in invalid declarations. by Chris Lattner · 16 years ago
  5. 3825c2e reject 'int test(x, x) int x; {}' by Chris Lattner · 16 years ago
  6. aaf9ddb reject 'typedef int y; int test(x, y)'. by Chris Lattner · 16 years ago
  7. d658b56 Fix handling of implicit int, resolving PR2012 and reverting (and by Chris Lattner · 16 years ago
  8. 99d724f Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
  9. e0e713b Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 17 years ago
  10. 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  11. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago