1. be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 12 years ago
  2. 9b127f3 Add fixit notes for -Wconstant-logical-operand. by Matt Beaumont-Gay · 13 years ago
  3. e5adf59 Remove warnings of constant operands of logical operators from template instantiations. Upon instantiation of template, value-dependent parameters are replaced by equivalent literals, so code like: by Richard Trieu · 13 years ago
  4. 0683a14 Expand the coverage of the warning for constants on the RHS of logical operands: by Chandler Carruth · 13 years ago
  5. f9c5afb Flesh out test. by John McCall · 14 years ago
  6. 2bf6f49 I just do what the comments tell me to do. by John McCall · 14 years ago
  7. 957355e Move the test for radar 8018252 to SemaCXX/expressions.cpp. by Fariborz Jahanian · 14 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  10. 95389dd Add missing test case for operator ! result type. by Sebastian Redl · 16 years ago