1. c660c8f Implement C++ DR727, which permits explicit specializations at class scope. by Richard Smith · 7 years ago
  2. 98b20f1 FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations by Larisse Voufo · 12 years ago
  3. 47c0845 Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions." by Larisse Voufo · 12 years ago
  4. 8d33da6 Use function overloading instead of template specialization for diagnosis of bad template argument deductions. by Larisse Voufo · 12 years ago
  5. b48e62f Check a pointer is not null before attempting to use it. This prevents a by Richard Trieu · 12 years ago
  6. a5f6f9c Disallow function template partial specializations, from Hans by Douglas Gregor · 14 years ago
  7. 88f3eb8 When performing name lookup into a scope, check that its entity is by Douglas Gregor · 15 years ago
  8. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. 0e876e0 Use explicitly-specified template argument lists to help naming by Douglas Gregor · 16 years ago
  10. 3a923c2d WIP implementation of explicit function template specialization. This by Douglas Gregor · 16 years ago