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