1. 58c3cc1 C++ core issue 1344, PR10618: promote "addition of default argument makes this by Richard Smith · 13 years ago
  2. d051b87 Implement a new warning for when adding a default argument to a method by Alexis Hunt · 14 years ago
  3. 63d08dd Add test case from PR6064, which now works by Douglas Gregor · 16 years ago
  4. b6ea608 Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence by Douglas Gregor · 16 years ago
  5. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  6. ff7028a Revert r88718, which does NOT solve the constructor-template-as-copy-constructor issue. Big thanks to John for finding this by Douglas Gregor · 16 years ago
  7. 5f235a2 A constructor template cannot be instantiated to a copy by Douglas Gregor · 16 years ago
  8. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  9. 11a8e95 After reporting ill-formed copy constructor(12.8.p3) don't recurs and crash. by Fariborz Jahanian · 16 years ago