summaryrefslogtreecommitdiff
path: root/test/SemaCXX/compare.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Diagnostics] Support -Wtype-limits for GCC compatibilityDavid Bolvansky2019-04-291-0/+1
* [Sema] -Wtautological-constant-compare is too good. Cripple it.Roman Lebedev2018-01-031-1/+1
* Unify implementation of our two different flavours of -Wtautological-compare,Richard Smith2017-12-081-2/+18
* Revert "Unify implementation of our two different flavours of -Wtautological-...Hans Wennborg2017-12-081-2/+2
* Unify implementation of our two different flavours of -Wtautological-compare.Richard Smith2017-12-081-2/+2
* [Sema] -Wtautological-compare: handle comparison of unsigned with 0S.Roman Lebedev2017-09-071-3/+3
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-1/+2
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-2/+1
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-1/+2
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Change the other -Wtautological-compare warnings to not trigger in templateRichard Trieu2013-11-021-0/+16
* Add non-type template parameter test for disabled -Wtautological-compareRichard Trieu2013-11-011-0/+6
* Disable -Wtautological-compare in template instantiations.Richard Trieu2013-11-011-0/+19
* Disable -Wtautological-constant-out-of-range-compare in template instantiations.Richard Trieu2013-11-011-0/+26
* 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