1. cc6be89 Remove unnecessary include. by Eli Friedman · 16 years ago
  2. 3075e76 Catch a few more cases of illegal comparisons. by Eli Friedman · 16 years ago
  3. 06c0f5b Eli points out that we really must diagnose "void* > 0" as an extension. by Chris Lattner · 16 years ago
  4. 6365e3e tweak some pointer sema checking stuff (which was added to implement PR4175) to by Chris Lattner · 16 years ago
  5. f933437 Fix a problem with false diagnostics when comparing distinct NULL pointer types, from David Majnemer by Douglas Gregor · 16 years ago
  6. 149f138 Implement PR4175, catching some questionable comparisons. Patch by by Chris Lattner · 16 years ago
  7. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  8. 4e92acf Be a bit stricter about array type compatibility. by Eli Friedman · 18 years ago
  9. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 18 years ago
  10. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 18 years ago
  11. 77878cc by Steve Naroff · 18 years ago
  12. d28f815 Cases like this: char *C; C != ((void*)0); by Chris Lattner · 18 years ago