summaryrefslogtreecommitdiff
path: root/test/CXX/temp/temp.spec/temp.expl.spec
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-1518-18/+18
* Diagnose the use of typedefs for template specialization types in the scopeJohn McCall2009-12-151-0/+12
* Add additional note to mark the cause of synthesized constructors. MarkEli Friedman2009-11-091-1/+1
* Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman2009-11-091-3/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Improve diagnostics when parsing something likeDouglas Gregor2009-10-301-2/+1
* Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor2009-10-131-3/+3
* Diagnose attempts to add default function arguments to aDouglas Gregor2009-10-131-0/+30
* When explicitly specializing a member that is a template, mark theDouglas Gregor2009-10-132-1/+35
* Improve the internal representation and semantic analysis of friendDouglas Gregor2009-10-131-0/+14
* When declaring a class template whose name is qualified, make sureDouglas Gregor2009-10-121-0/+16
* Test explicit specialization involving multiple template<> headersDouglas Gregor2009-10-121-0/+12
* Permit explicit specialization of member functions of class templatesDouglas Gregor2009-10-121-0/+26
* Test explicit specializations of static data members that are declarations, n...Douglas Gregor2009-10-121-0/+22
* Yet another test for explicit specialization, this one involving linkageDouglas Gregor2009-10-121-0/+42
* More tests for explicit template specializationDouglas Gregor2009-10-124-0/+35
* Add test for last commitDouglas Gregor2009-10-121-0/+56
* Fix up error reporting when object cannot be constructed Fariborz Jahanian2009-10-081-1/+1
* Add more testing for the properties of explicit specialization. Douglas Gregor2009-10-083-0/+134
* Don't complain about out-of-line explicit specializations of memberDouglas Gregor2009-10-081-8/+31
* More testing for explicit specializations of member class templatesDouglas Gregor2009-10-081-7/+33
* Improve checking for specializations of member classes of classDouglas Gregor2009-10-081-5/+44
* For instantiations of static data members of class templates, keepDouglas Gregor2009-10-081-6/+17
* Only perform an implicit instantiation of a function if its templateDouglas Gregor2009-10-081-0/+6
* Type checking for specializations of member functions of classDouglas Gregor2009-10-071-5/+9
* Diagnose explicit instantiations and specializations that occur in class scopeDouglas Gregor2009-10-071-0/+6
* More testing of explicit specializationsDouglas Gregor2009-10-071-15/+25
* Refactor checking of the scope of explicit template specializationDouglas Gregor2009-10-072-1/+117
* Test explicit specialization for all of the various cases whereDouglas Gregor2009-10-061-0/+97