summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-unused-comparison.cpp
Commit message (Expand)AuthorAgeFilesLines
* No longer emit diagnostics about unused results (comparisons, etc) from uneva...Aaron Ballman2014-10-161-0/+2
* Ignore void returning overloaded functions fom -Wunused-comparison. PR19791.Richard Trieu2014-05-201-0/+14
* Fix typosAlp Toker2014-05-151-1/+1
* When an overloaded comparison operator returns a reference, do not considerRichard Trieu2014-05-141-0/+13
* Move the warning about unused relational comparison from -Wunused-value toRichard Trieu2014-03-111-0/+14
* Don't analyze comparisons in type- or value-dependentDouglas Gregor2011-10-101-1/+23
* Remove the last FIXMEs on -Wunused-comparison since it got moved toChandler Carruth2011-08-181-6/+6
* Whitelist operator== and operator!= as valid for unused value warnings,Chandler Carruth2011-08-171-7/+7
* Treating the unused equality comparisons as something other than part ofChandler Carruth2011-08-171-0/+72