1. 85b29a4 Reject continue/break statements within members of local functions nested within by Richard Smith · 13 years ago
  2. adabbca Move -Wswitch-enum to -Wswitch by David Blaikie · 13 years ago
  3. 0683a14 Expand the coverage of the warning for constants on the RHS of logical operands: by Chandler Carruth · 13 years ago
  4. 1d6ab7a compute the integer width, not the memory width here. We want to know that by Chris Lattner · 14 years ago
  5. b7690b4 turn down the logical bitwise confusion warning to not warn by Chris Lattner · 14 years ago
  6. 90a8f27 Add a warning to catch a bug recently caught by code review, like this: by Chris Lattner · 14 years ago
  7. 0fb9708 If a switch condition is constant, don't warn about missing enum cases. by John McCall · 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. f21bac6 Require a class type to be complete before probing its conversion by Douglas Gregor · 15 years ago
  10. 84fb9c0 Implement conversion from a switch condition with class type to an by Douglas Gregor · 15 years ago
  11. 12356b1 Fix for PR5190, Credit to Zhanyong Wan. by Edward O'Callaghan · 15 years ago