1. f933437 Fix a problem with false diagnostics when comparing distinct NULL pointer types, from David Majnemer by Douglas Gregor · 15 years ago
  2. 149f138 Implement PR4175, catching some questionable comparisons. Patch by by Chris Lattner · 15 years ago
  3. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  4. 4e92acf Be a bit stricter about array type compatibility. by Eli Friedman · 17 years ago
  5. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  6. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  7. 77878cc by Steve Naroff · 17 years ago
  8. d28f815 Cases like this: char *C; C != ((void*)0); by Chris Lattner · 17 years ago