1. 4f54f4e Avoid dumping during semantic analysis when checking array types when by Mike Stump · 15 years ago
  2. 88f7b57 PR2044: reject declarations of functions returning variably modified types. by Eli Friedman · 15 years ago
  3. f91f5c8 Add a bit more handling for declarations like "int a[*]". by Eli Friedman · 15 years ago
  4. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  5. bc592e6 Fix for PR3663/3669: use TryToFixInvalidVariablyModifiedType for by Eli Friedman · 15 years ago
  6. 8f30105 Extend the implicit declaration and checking against out-of-scope by Douglas Gregor · 15 years ago
  7. 211316f a minor grammar fix by Chris Lattner · 16 years ago
  8. 96e05bc Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352. by Anders Carlsson · 16 years ago
  9. 0947b4e Rewrite FindDiagnostics to be more strict about the formatting of the by Chris Lattner · 16 years ago
  10. b2c8c55 clean up -verify mode output. If the expected-error string is by Chris Lattner · 16 years ago
  11. 67027a7 Fix a FIXME by improving a diagnostic, add a testcase for PR3048 by Chris Lattner · 16 years ago
  12. d880363 wrap some long diagnostics, make 'initializer is not a constant' diagnostic by Chris Lattner · 16 years ago
  13. 6b2564c Fix this test so that it's valid; the point is to test for the crash, by Eli Friedman · 16 years ago
  14. b0c0554 PR2347: Fix crash iterating over VLAs; this started triggering because by Eli Friedman · 16 years ago
  15. 6538347 Fix the location we emit the "not a constant" error for this: by Chris Lattner · 17 years ago