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