1. 8205c1a Put the tautological-comparison-of-unsigned-against-zero warnings in by John McCall · 15 years ago
  2. 40bfbbc sabre points out that the timing here is pretty pessimal; I'll retry the by John McCall · 15 years ago
  3. 51b0a52 Experimentally move the tautological comparison warnings from -Wsign-compare by John McCall · 15 years ago
  4. 7bce3a1 Added some false positive checking to UnreachableCodeChecker by Tom Care · 15 years ago
  5. c4b5bd8 Added an path-sensitive unreachable code checker to the experimental analyzer checks. by Tom Care · 15 years ago
  6. 7197d40 Don't depend on system headers in clang -cc1 tests. by Benjamin Kramer · 15 years ago
  7. 1860dc4 Revert "Tweak tests to hopefully fix include of limits.h on win32.", tweak fails on linux. by Daniel Dunbar · 15 years ago
  8. e9b5392 Tweak tests to hopefully fix include of limits.h on win32. by Daniel Dunbar · 15 years ago
  9. b4954a4 When folding additive operations, convert the values to the same type. When assuming relationships, convert the integers to the same type as the symbol, at least for now. by Jordy Rose · 15 years ago
  10. ba0f61c Fold additive constants, and support comparsions of the form $sym+const1 <> const2 by Jordy Rose · 15 years ago