summaryrefslogtreecommitdiffstats
path: root/test/Sema/floating-point-compare.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fixed test case to not expect a warning when one should not be emitted.Ted Kremenek2007-11-291-5/+1
* Added test cases for -Wfloat-equal to test comparisons against literals that ...Ted Kremenek2007-11-291-6/+14
* Updated test case to flag about comparisons against constants. We mayTed Kremenek2007-11-131-1/+1
* Modified -Wfloat-equal logic to suppress warnings where floating point valuesTed Kremenek2007-11-131-0/+8
* Added -Wfloat-equal option to the driver. This makes warnings aboutTed Kremenek2007-11-131-1/+1
* For checking for floating point comparison using == or !=, we now suppressTed Kremenek2007-10-291-0/+4
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-2/+2
* Added checking (during parsing) of comparison of floating point values using ...Ted Kremenek2007-08-291-0/+9