summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_class_spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement a specific diagnostic when a class template partialDouglas Gregor2010-02-091-0/+13
* After dyn_cast'ing, it generally makes sense to check the *output* ofDouglas Gregor2010-01-141-0/+18
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement partial ordering of class template partial specializations Douglas Gregor2009-09-151-2/+2
* Track a class template specialization's point of instantiation separatelyJohn McCall2009-09-111-3/+2
* Remove an obsolete kludge based on the previous, completely broken handling o...Douglas Gregor2009-07-291-1/+1
* Test redefinition of class template partial specializationsDouglas Gregor2009-07-291-1/+8
* Fix the problems with template argument deduction and array types forDouglas Gregor2009-07-221-1/+14
* Canonicalize the types produced by template argument deduction.Douglas Gregor2009-07-221-0/+18
* Slighty more testing for template argument deduction with array argumentsDouglas Gregor2009-07-221-0/+3
* Improve template argument deduction for array types, so that a parameterDouglas Gregor2009-07-221-0/+29
* Update LLVM.Douglas Gregor2009-06-141-3/+2
* Finish implementing checking of class template partial specializationsDouglas Gregor2009-06-121-0/+7
* Diagnose the incorrect use of non-type template arguments for classDouglas Gregor2009-06-121-45/+0
* Once we have deduced the template arguments of a class templateDouglas Gregor2009-06-111-4/+51
* Template argument deduction for member pointers.Douglas Gregor2009-06-101-0/+95
* Handle member pointer types with dependent class types (e.g., intDouglas Gregor2009-06-091-0/+10
* Address comments from Doug.Anders Carlsson2009-06-081-0/+2
* Test template argument deduction on function types a little moreDouglas Gregor2009-06-081-0/+12
* Template argument deduction for function types.Anders Carlsson2009-06-081-0/+32
* Several improvements to template argument deduction:Douglas Gregor2009-06-051-0/+23
* Template argument deduction for incomplete and constant array types. Doug, pl...Anders Carlsson2009-06-041-0/+30
* Template argument deduction for referencesDouglas Gregor2009-06-041-0/+13
* When performing template argument deduction, ensure that multipleDouglas Gregor2009-06-041-0/+18
* Initial infrastructure for class template partial specialization. HereDouglas Gregor2009-05-311-0/+20