summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-bool-conversion.cpp
AgeCommit message (Expand)Author
2017-02-24[Test] Make Lit tests C++11 compatible #9Charles Li
2014-08-08Extend tautological pointer compare and pointer to bool conversion warnings toRichard Trieu
2014-02-26PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-09-10Correctly referring to the null pointer as 'null' not the macro 'NULL' in the...David Blaikie
2011-04-09Clean up the bool conversion warning. Group it with other conversionChandler Carruth