1. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  2. ae916a1 Properly implement the C rules for composite types for qualified pointers in conditionals. Patch by Tim Northover. by Eli Friedman · 12 years ago
  3. 5254161 Remove warning for conditional operands of differend signedness from -Wsign-compare. Cases that previously warn on this will have a different warning emitted from -Wsign-conversion. by Richard Trieu · 13 years ago
  4. 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 13 years ago
  5. 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 14 years ago
  6. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. 35de813 Turn off -Wsign-compare warnings by default by Douglas Gregor · 15 years ago
  9. b13c87f Implement the conditional-operator part of -Wsign-compare. Turn by John McCall · 15 years ago
  10. 9158804 Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error->warning. by Steve Naroff · 15 years ago
  11. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  12. e701c0a Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types ('int' and 'void')" on input that 'gcc -fsyntax-only' eats by Steve Naroff · 16 years ago
  13. 4b3f9b3 Fix a minor bug in isNullPointerConstant triggered by the linux tgmath.h. by Eli Friedman · 16 years ago
  14. bab9696 Make typechecking for enum+int compatibility stricter. by Eli Friedman · 16 years ago
  15. 4c721d3 Fix type compatibility between constant and variable arrays. by Eli Friedman · 16 years ago
  16. f76f5ed Add a couple of sema tests for qualifiers with conditionals containing void*. by Eli Friedman · 16 years ago
  17. 890d93e by Steve Naroff · 16 years ago
  18. aa58f00 by Steve Naroff · 16 years ago
  19. aaffbf7 by Steve Naroff · 16 years ago
  20. 08f1967 Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules. by Steve Naroff · 16 years ago
  21. b6d54e5 by Steve Naroff · 16 years ago