1. d7c56e1 Change the diagnostics which said 'accepted as an extension' to instead say by Richard Smith · 13 years ago
  2. 947be19 Mark the ExtWarn for in-class initialization of static const float members as a GNU extension. Don't extend the scope of this extension to all literal types in C++0x mode. by Richard Smith · 13 years ago
  3. c6d990a constexpr: semantic checking for constexpr variables. by Richard Smith · 13 years ago
  4. c6daf0b When printing a qualified type, look through a substituted template by Douglas Gregor · 14 years ago
  5. 4e63564 Support in-class initialization of static const floating-point data members. by John McCall · 14 years ago
  6. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  7. 449d0a8 When looking for a redeclaration of a static variable, only look for redeclarations. Fixes PR6449 by Douglas Gregor · 15 years ago
  8. cb329c5 use DiagRuntimeBehavior to silence the div/rem by zero warning when by Chris Lattner · 15 years ago
  9. 7ef655a implement PR6004, warning about divide and remainder by zero. by Chris Lattner · 15 years ago
  10. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  11. 745880f Switch default-initialization of variables of class type (or array thereof) over to InitializationSequence. I could swear that this fixes a PR somewhere, but I couldn't figure out which one by Douglas Gregor · 15 years ago
  12. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  13. 1f5f3a4 When we're building a CXXExprWithTemporaries, only include those by Douglas Gregor · 15 years ago
  14. 2afce72 Refactor our handling of expression evaluation contexts, so that Sema by Douglas Gregor · 15 years ago
  15. 08e2524 Update for LLVM API change. by Owen Anderson · 15 years ago
  16. 65b9005 When instantiating a variable without an initializer, call by Douglas Gregor · 15 years ago
  17. 3d7a12a Implement template instantiation for static data members of class by Douglas Gregor · 16 years ago