summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/temp_class_spec.cpp
AgeCommit message (Expand)Author
2010-02-09Implement a specific diagnostic when a class template partialDouglas Gregor
2010-01-14After dyn_cast'ing, it generally makes sense to check the *output* ofDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-15Implement partial ordering of class template partial specializations Douglas Gregor
2009-09-11Track a class template specialization's point of instantiation separatelyJohn McCall
2009-07-29Remove an obsolete kludge based on the previous, completely broken handling o...Douglas Gregor
2009-07-29Test redefinition of class template partial specializationsDouglas Gregor
2009-07-22Fix the problems with template argument deduction and array types forDouglas Gregor
2009-07-22Canonicalize the types produced by template argument deduction.Douglas Gregor
2009-07-22Slighty more testing for template argument deduction with array argumentsDouglas Gregor
2009-07-22Improve template argument deduction for array types, so that a parameterDouglas Gregor
2009-06-14Update LLVM.Douglas Gregor
2009-06-12Finish implementing checking of class template partial specializationsDouglas Gregor
2009-06-12Diagnose the incorrect use of non-type template arguments for classDouglas Gregor
2009-06-11Once we have deduced the template arguments of a class templateDouglas Gregor
2009-06-10Template argument deduction for member pointers.Douglas Gregor
2009-06-09Handle member pointer types with dependent class types (e.g., intDouglas Gregor
2009-06-08Address comments from Doug.Anders Carlsson
2009-06-08Test template argument deduction on function types a little moreDouglas Gregor
2009-06-08Template argument deduction for function types.Anders Carlsson
2009-06-05Several improvements to template argument deduction:Douglas Gregor
2009-06-04Template argument deduction for incomplete and constant array types. Doug, pl...Anders Carlsson
2009-06-04Template argument deduction for referencesDouglas Gregor
2009-06-04When performing template argument deduction, ensure that multipleDouglas Gregor
2009-05-31Initial infrastructure for class template partial specialization. HereDouglas Gregor