1. bddc7e5 improve error recovery for extra ')'s after a if/switch/while condition. Before: by Chris Lattner · 12 years ago
  2. 883692e Improve diagnostics for dangling '}'. by Nico Weber · 13 years ago
  3. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  4. b73377e Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. by Argyrios Kyrtzidis · 13 years ago
  5. 7ddf6b2 Allow Lexer::getLocForEndOfToken to return the location just passed the macro instantiation by Argyrios Kyrtzidis · 13 years ago
  6. 837b1a3 Improve error recovery when we see ':' and expect a ';'. by John McCall · 14 years ago
  7. 9a65b81 Improve error recovery in C/ObjC when the first argument of a function by Chris Lattner · 14 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  10. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  11. dbb4f21 Add warning when a tentative array definition is assumed to have one element. by Daniel Dunbar · 15 years ago
  12. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  13. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
  14. 4ec339f Centralize error reporting of improper uses of incomplete types in the by Douglas Gregor · 16 years ago
  15. 5f76494 Oops, accidentally commited the wrong version of the test (original by Eli Friedman · 16 years ago
  16. 2342ef7 Do proper recovery from an invalid switch condiition. Fixes PR3229. by Eli Friedman · 16 years ago
  17. 777f07b diagnose C99 6.9.1p5, C arguments in definitions that are lacking by Chris Lattner · 16 years ago
  18. fdb548e fix a buggy fall through that caused a crash-on-invalid. rdar://6248081 by Chris Lattner · 16 years ago
  19. a9053e0 rename recovery-3 to recovery.c by Chris Lattner · 16 years ago[Renamed from test/Parser/recovery-3.c]
  20. 0ba0dd6 merge recovery-1 into recovery-3. by Chris Lattner · 16 years ago
  21. 18914bc merge recovery-2.c into recovery-3.c. by Chris Lattner · 16 years ago
  22. 90b93d6 Fix PR3172: if we see an eof or } at the top level, reject it. by Chris Lattner · 16 years ago
  23. 0976278 Fix a minor crash-on-invalid. by Eli Friedman · 16 years ago