summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/temp_explicit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch to the C++11 warning flags in tests. David Blaikie2011-10-181-1/+1
* Refactor the checking for explicit template instantiations being performed inRichard Smith2011-10-181-3/+3
* The C++98/03 standard is disturbingly silent about out-of-scopeDouglas Gregor2010-05-111-1/+25
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Tolerate extraneous "template<>" headers better, downgrading theDouglas Gregor2009-11-231-0/+17
* Additional semantic checking for explicit template instantiations,Douglas Gregor2009-10-141-1/+0
* When instantiating the definition of a member function of a classDouglas Gregor2009-05-181-4/+4
* Implement explicit instantiations of member classes of class templates, e.g.,Douglas Gregor2009-05-141-0/+38
* Explicit instantiations of templates now instantiate the definitionsDouglas Gregor2009-05-131-1/+26
* Improve the semantic checking for explicit instantiations ofDouglas Gregor2009-05-131-5/+5
* Semantic analysis for explicit instantiation of class templates. WeDouglas Gregor2009-05-131-1/+30
* Implement parsing for explicit instantiations of class templates, e.g.,Douglas Gregor2009-05-121-0/+19