1. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  2. ac5ecf4 Correctly referring to the null pointer as 'null' not the macro 'NULL' in the boolean conversion diagnostic message. by David Blaikie · 13 years ago
  3. b600669 Clean up the bool conversion warning. Group it with other conversion by Chandler Carruth · 13 years ago[Renamed (66%) from test/SemaCXX/warn_false_to_pointer.cpp]
  4. 88f0aed Add support for warning on general null pointer expressions of boolean by Chandler Carruth · 13 years ago
  5. e34e3f1 Move the bool-conversions behind the DiagRuntimeBehavior logic. It's by Chandler Carruth · 13 years ago
  6. b335872 Don't warn with -Wbool-conversions if the user wrote an explicit cast like "(void *)false". by Argyrios Kyrtzidis · 14 years ago
  7. d7a9597 Implement a warning when converting the literal 'false' to a by Douglas Gregor · 14 years ago