1. 9895d88 Fix a minor edge case in C89 mode related to the definition of a by Eli Friedman · 16 years ago
  2. 7c32f8e Fix for PR4074: allow subscripting non-lvalue arrays in C90 mode. by Eli Friedman · 16 years ago
  3. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  4. a1fcbad Clean up the C89/C++ warnings about C99 array features to not by Chris Lattner · 16 years ago
  5. 777f07b diagnose C99 6.9.1p5, C arguments in definitions that are lacking by Chris Lattner · 16 years ago
  6. def026a typedef void T; void f(T); by Chris Lattner · 17 years ago
  7. 8123a95 Several improvements from Doug Gregor related to default by Chris Lattner · 17 years ago
  8. d658b56 Fix handling of implicit int, resolving PR2012 and reverting (and by Chris Lattner · 17 years ago
  9. a798ebc Step #1 to fixing PR2012: c89 allows declspecs to be completely by Chris Lattner · 17 years ago
  10. 49581f4 fix the second half of PR2041: __restrict is ok in c90 mode, even if by Chris Lattner · 17 years ago
  11. 3e5849e Fix PR2041: restrict is not a keyword in c90. by Chris Lattner · 17 years ago
  12. 99d724f Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 17 years ago
  13. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  14. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  15. 054fad5 -C mode doesn't return comments on "#" lines, so the diag checker doesn't pick them up. by Chris Lattner · 17 years ago
  16. b944951 Ensure we diagnose long long literals in C90 mode. by Neil Booth · 17 years ago
  17. 94f81fd extwarn about VLAs in C89 mode. by Chris Lattner · 17 years ago
  18. b23deda warn about long long when in c89 mode. by Chris Lattner · 17 years ago
  19. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago