1. 139be70 A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'. by Richard Smith · 12 years ago
  2. 8bb21d3 switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. This allows by Chris Lattner · 12 years ago
  3. b031eab Remove "parse error" in favor of more descriptive diagnostics. by David Blaikie · 12 years ago
  4. cebc376 ...I forgot to check my new test after adding it, and lo, there's slightly different by John McCall · 14 years ago
  5. 9e46b8c Make sure we clear TypeSpecOwned when setting TypeSpecType to something when by John McCall · 14 years ago
  6. 9b3215d change the 'invalid token after top level declarator' message to be by Chris Lattner · 14 years ago
  7. 004659a Fix PR7617 by not entering ParseFunctionDefinition when by Chris Lattner · 14 years ago
  8. 5ee3734 Don't try to parse class template specializations in C. It can only by Douglas Gregor · 14 years ago
  9. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  10. 23e907a Improve the diagnostic given when referring to a tag type without a tag (in C) by John McCall · 15 years ago
  11. c2e1c1a Declarators can have grouping parens. This fixes rdar://7608537. by Chris Lattner · 15 years ago
  12. 16acfee fix PR6216 by Chris Lattner · 15 years ago
  13. 99c9520 the declspec of a declaration can have storage-class specifiers, by Chris Lattner · 15 years ago
  14. 3e156ad improve diagnostics on missing ; in a struct. Before: by Chris Lattner · 15 years ago
  15. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  16. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  17. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  18. 6491f47 fix another case that assumed that GetTypeForDeclarator would never return null. by Chris Lattner · 15 years ago
  19. 33c6ebe mark the declspec as invalid when we recover instead of forcing to int, by Chris Lattner · 15 years ago
  20. 4c97d76 Diagnose invalid uses of tagged types with a missing tag. For example, in: by Chris Lattner · 15 years ago
  21. c199ab3 Implement the first set of changes for PR3963 and rdar://6759604, by Chris Lattner · 15 years ago
  22. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  23. 1f6f54b Fix PR3031 by silencing follow-on errors in invalid declarations. by Chris Lattner · 16 years ago
  24. 3825c2e reject 'int test(x, x) int x; {}' by Chris Lattner · 16 years ago
  25. aaf9ddb reject 'typedef int y; int test(x, y)'. by Chris Lattner · 16 years ago
  26. d658b56 Fix handling of implicit int, resolving PR2012 and reverting (and by Chris Lattner · 17 years ago
  27. 99d724f Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
  28. e0e713b Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 17 years ago
  29. 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  30. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago