1. de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 14 years ago
  2. c781f9c After dyn_cast'ing, it generally makes sense to check the *output* of by Douglas Gregor · 14 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. bf4ea56 Implement partial ordering of class template partial specializations by Douglas Gregor · 15 years ago
  5. 9cc7807 Track a class template specialization's point of instantiation separately by John McCall · 15 years ago
  6. 1f27ac6 Remove an obsolete kludge based on the previous, completely broken handling of function templates by Douglas Gregor · 15 years ago
  7. f61ef4f Test redefinition of class template partial specializations by Douglas Gregor · 15 years ago
  8. f290e0d Fix the problems with template argument deduction and array types for by Douglas Gregor · 15 years ago
  9. b084a05 Canonicalize the types produced by template argument deduction. by Douglas Gregor · 15 years ago
  10. 1f618a0 Slighty more testing for template argument deduction with array arguments by Douglas Gregor · 15 years ago
  11. 9e9fae4 Improve template argument deduction for array types, so that a parameter by Douglas Gregor · 15 years ago
  12. 5e9f35c Update LLVM. by Douglas Gregor · 15 years ago
  13. 16df850 Finish implementing checking of class template partial specializations by Douglas Gregor · 15 years ago
  14. e94866f Diagnose the incorrect use of non-type template arguments for class by Douglas Gregor · 15 years ago
  15. 02cbbd2 Once we have deduced the template arguments of a class template by Douglas Gregor · 15 years ago
  16. 637a409 Template argument deduction for member pointers. by Douglas Gregor · 15 years ago
  17. 949bf69 Handle member pointer types with dependent class types (e.g., int by Douglas Gregor · 15 years ago
  18. 994b6cb Address comments from Doug. by Anders Carlsson · 15 years ago
  19. 1fe067a Test template argument deduction on function types a little more by Douglas Gregor · 15 years ago
  20. a27fad5 Template argument deduction for function types. by Anders Carlsson · 15 years ago
  21. 199d991 Several improvements to template argument deduction: by Douglas Gregor · 15 years ago
  22. 4d6fb50 Template argument deduction for incomplete and constant array types. Doug, please review. by Anders Carlsson · 15 years ago
  23. d560d50 Template argument deduction for references by Douglas Gregor · 15 years ago
  24. 0b9247f When performing template argument deduction, ensure that multiple by Douglas Gregor · 15 years ago
  25. c8ab256 Initial infrastructure for class template partial specialization. Here by Douglas Gregor · 15 years ago