1. 5e745da Only emit implicit constant conversion truncation warnings in reachable code. Apparently this is what GCC does, and some code depends on this. Fixes <rdar://problem/10321089>. by Ted Kremenek · 13 years ago
  2. a268fc0 Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include by Daniel Dunbar · 13 years ago
  3. 00fe761 Teach -Wconversion, -Wsign-compare etc. about division and remainder. by John McCall · 13 years ago
  4. 5a5b38f When we're determining whether to complain about a conversion from one by Douglas Gregor · 14 years ago
  5. 284cc8d Warn about implicit conversions between values of different, named by Douglas Gregor · 14 years ago
  6. 091f23f Split out -Wconversion warnings about constant precision into their by John McCall · 14 years ago
  7. b4eb64d Track the location of the context requiring an implicit conversion and use it by John McCall · 14 years ago
  8. 27f46ee Refer to implicit "conversions" rather than implicit "casts", which by Douglas Gregor · 14 years ago
  9. 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 14 years ago
  10. c0cd21d Don't assert on compound assignment operators that operate in FP types when by John McCall · 15 years ago
  11. 05efad5 Make this test not rely on the system <limits.h>. Hopefully fixes the by John McCall · 15 years ago
  12. fb6289a Test case for warnings with carets inside macro instantiations. by John McCall · 15 years ago
  13. 4617191 Insulate these from changes to the default for -Wunreachable-code. by Mike Stump · 15 years ago
  14. 60fad45 Derive tighter ranges for & and >> in the conversion-checking code. by John McCall · 15 years ago
  15. f2370c9 Significantly rework the calculation of effective integer-expression ranges by John McCall · 15 years ago
  16. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  17. 8406aed Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of by John McCall · 15 years ago
  18. e8babd1 Improve -Wconversion by permitting binary operations on values of the target by John McCall · 15 years ago
  19. d5c376e Test case for -Wconversion. by John McCall · 15 years ago