1. 6493cc5 Improve our handling of C++ [class.copy]p3, which specifies that a by Douglas Gregor · 14 years ago
  2. 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 14 years ago
  3. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  4. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  5. 578b69b Introduce a centralized routine in Sema for diagnosing failed lookups (when by John McCall · 15 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. 6eef519 Improve template instantiation for object constructions in several ways: by Douglas Gregor · 15 years ago
  8. cc5306a Improve on diagnosing type mismatches because of by Fariborz Jahanian · 15 years ago
  9. 66724ea If we attempt to add a constructor template specialization that looks by Douglas Gregor · 15 years ago
  10. fd47648 Revert r88718, which does NOT solve the constructor-template-as-copy-constructor issue. Big thanks to John for finding this by Douglas Gregor · 15 years ago
  11. cad84b7 A constructor template cannot be instantiated to a copy by Douglas Gregor · 15 years ago
  12. 3f9a056 Introduce a new class, UnqualifiedId, that provides a parsed by Douglas Gregor · 15 years ago
  13. c7e406b Commit test case from PR4655, which tests the canonical-types fix in r81913 by Douglas Gregor · 15 years ago
  14. f882574 Add an assertion and a test case, in a fruitless attempt to track down an existing bug by Douglas Gregor · 15 years ago
  15. efd5bda Make sure to adjust function template declarations to their templated by Douglas Gregor · 15 years ago
  16. dec0666 Introduce support for constructor templates, which can now be declared by Douglas Gregor · 15 years ago