1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  3. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  4. b594a40 Fixed test case to not expect a warning when one should not be emitted. by Ted Kremenek · 17 years ago
  5. 9e7f0ec Added test cases for -Wfloat-equal to test comparisons against literals that can be by Ted Kremenek · 17 years ago
  6. 1b2c54b Updated test case to flag about comparisons against constants. We may by Ted Kremenek · 17 years ago
  7. c8f488d Modified -Wfloat-equal logic to suppress warnings where floating point values by Ted Kremenek · 17 years ago
  8. db87bca Added -Wfloat-equal option to the driver. This makes warnings about by Ted Kremenek · 17 years ago
  9. 6a26155 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  10. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  11. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  12. 9b3d3a9 Added checking (during parsing) of comparison of floating point values using == or !=. by Ted Kremenek · 17 years ago