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