1. 85f485a Fix rejects-valid: explicit specialization of redeclared deleted function template. by David Blaikie · 12 years ago
  2. 619ee6a Avoid redundant error when redefining a function as deleted. by David Blaikie · 12 years ago
  3. d9cf826 PR12937: Explicitly deleting an explicit template specialization. by David Blaikie · 12 years ago
  4. 213d70b Diagnose uses of deleted destructors and inaccessible defaulted destructors. by Richard Smith · 13 years ago
  5. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  6. 10620eb Modify some deleted function methods to better reflect reality: by Sean Hunt · 13 years ago
  7. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  8. 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
  9. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. 34acd3e Issue good diagnostics when initialization failes due to by Fariborz Jahanian · 15 years ago
  12. 0b5e7fb Add deleted functions and rvalue references to C++ status. by Sebastian Redl · 15 years ago
  13. e2b6833 Parse deleted member functions. Parsing member declarations goes through a different code path that I forgot previously. by Sebastian Redl · 15 years ago
  14. 50de12f Parse deleted function definitions and hook them up to Doug's machinery. by Sebastian Redl · 15 years ago