1. abcf38a compute the integer width, not the memory width here. We want to know that by Chris Lattner · 15 years ago
  2. 938533d turn down the logical bitwise confusion warning to not warn by Chris Lattner · 15 years ago
  3. 8406c51 Add a warning to catch a bug recently caught by code review, like this: by Chris Lattner · 15 years ago
  4. d3dfbd6 If a switch condition is constant, don't warn about missing enum cases. by John McCall · 15 years ago
  5. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  6. 378e192 Require a class type to be complete before probing its conversion by Douglas Gregor · 16 years ago
  7. d0c22e0 Implement conversion from a switch condition with class type to an by Douglas Gregor · 16 years ago
  8. 93135aa Fix for PR5190, Credit to Zhanyong Wan. by Edward O'Callaghan · 16 years ago