summaryrefslogtreecommitdiffstats
path: root/test/Sema/self-comparison.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Fix a couple of wrong self-comparison diagnostics.Richard Smith2018-01-071-0/+5
* For self-comparison warning, check the source location of both the LHS and RH...Ted Kremenek2010-09-161-0/+11
* Fix another aspect of PR7047, macro expansions. Previously, this was hackedChandler Carruth2010-07-121-6/+4
* Warn about comparisons between arrays and improve self-comparisonDouglas Gregor2010-06-081-2/+43
* Don't emit string-comparison or self-comparison warnings inDouglas Gregor2010-01-121-0/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix <rdar://problem/6703892> by not warning about self-comparisons of enumTed Kremenek2009-03-201-0/+8
* Added to test case for "self-comparison check" uses of relation operators: x ...Ted Kremenek2007-10-291-1/+9
* For non-floating point types, added check for expressions of the formTed Kremenek2007-10-291-0/+17