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