1. 92354b6 Implement a specific diagnostic when a class template partial by Douglas Gregor · 16 years ago
  2. 04b1152 After dyn_cast'ing, it generally makes sense to check the *output* of by Douglas Gregor · 16 years ago
  3. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  4. be99939 Implement partial ordering of class template partial specializations by Douglas Gregor · 16 years ago
  5. 1806c27 Track a class template specialization's point of instantiation separately by John McCall · 16 years ago
  6. ab60c7f Remove an obsolete kludge based on the previous, completely broken handling of function templates by Douglas Gregor · 16 years ago
  7. b55d8e9 Test redefinition of class template partial specializations by Douglas Gregor · 16 years ago
  8. d6605db Fix the problems with template argument deduction and array types for by Douglas Gregor · 16 years ago
  9. 7ac44f4 Canonicalize the types produced by template argument deduction. by Douglas Gregor · 16 years ago
  10. b3a1fdc Slighty more testing for template argument deduction with array arguments by Douglas Gregor · 16 years ago
  11. 6045482 Improve template argument deduction for array types, so that a parameter by Douglas Gregor · 16 years ago
  12. 3383451 Update LLVM. by Douglas Gregor · 16 years ago
  13. 30b0197 Finish implementing checking of class template partial specializations by Douglas Gregor · 16 years ago
  14. 8cfd2ba Diagnose the incorrect use of non-type template arguments for class by Douglas Gregor · 16 years ago
  15. 74eba0b Once we have deduced the template arguments of a class template by Douglas Gregor · 16 years ago
  16. 637d998 Template argument deduction for member pointers. by Douglas Gregor · 16 years ago
  17. 0bdc1f5 Handle member pointer types with dependent class types (e.g., int by Douglas Gregor · 16 years ago
  18. 096e6ee Address comments from Doug. by Anders Carlsson · 16 years ago
  19. 6f998fc Test template argument deduction on function types a little more by Douglas Gregor · 16 years ago
  20. 2128ec7 Template argument deduction for function types. by Anders Carlsson · 16 years ago
  21. b7ae10f Several improvements to template argument deduction: by Douglas Gregor · 16 years ago
  22. 35533d1 Template argument deduction for incomplete and constant array types. Doug, please review. by Anders Carlsson · 16 years ago
  23. 5cdac0a Template argument deduction for references by Douglas Gregor · 16 years ago
  24. 55ca8f6 When performing template argument deduction, ensure that multiple by Douglas Gregor · 16 years ago
  25. 2373c59 Initial infrastructure for class template partial specialization. Here by Douglas Gregor · 16 years ago