summaryrefslogtreecommitdiff
path: root/test/SemaCXX/compare.cpp
Commit message (Expand)AuthorAge
* Enhance -Wtautological-constant-out-of-range-compare to include the name of t...Ted Kremenek2013-03-15
* Make -Wtautological-constant-out-of-range-compare behave sanely for enums wit...Eli Friedman2012-11-30
* Take into account the zero sign bit for positive numbers when computing the bitRichard Trieu2012-11-16
* Fix an off-by-one error by switching < to <= in -Wtautological-constant-out-o...Richard Trieu2012-11-15
* Improve -Wtautological-constant-out-of-range-compare by taking into accountRichard Trieu2012-11-14
* Improvements to my patch in r164143 perFariborz Jahanian2012-09-20
* c: warn when an integer value comparison with anFariborz Jahanian2012-09-18
* Remove warning for conditional operands of differend signedness from -Wsign-c...Richard Trieu2011-07-21
* Don't produce "comparison is always (true|false)" warnings when theDouglas Gregor2011-02-19
* Update equality and relationship comparisons of pointers to reflectDouglas Gregor2010-06-15
* Rearchitect -Wconversion and -Wsign-compare. Instead of computing themJohn McCall2010-05-06
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* First pass at implementing C++ enum semantics: calculate (and store) anJohn McCall2009-12-09
* Improve the -Wsign-compare heuristics:John McCall2009-11-06
* Turn off -Wsign-compare warnings by defaultDouglas Gregor2009-11-06
* Implement the conditional-operator part of -Wsign-compare. TurnJohn McCall2009-11-05