aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/floating-point-compare.c
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-11-29Fixed test case to not expect a warning when one should not be emitted.Ted Kremenek
2007-11-29Added test cases for -Wfloat-equal to test comparisons against literals that ...Ted Kremenek
2007-11-13Updated test case to flag about comparisons against constants. We mayTed Kremenek
2007-11-13Modified -Wfloat-equal logic to suppress warnings where floating point valuesTed Kremenek
2007-11-13Added -Wfloat-equal option to the driver. This makes warnings aboutTed Kremenek
2007-10-29For checking for floating point comparison using == or !=, we now suppressTed Kremenek
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-29Added checking (during parsing) of comparison of floating point values using ...Ted Kremenek