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