summaryrefslogtreecommitdiff
path: root/test/CXX/temp/temp.spec/temp.explicit
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-1514-14/+14
* Fix some diagnostic-related FIXMEs, from Nicola GiganteDouglas Gregor2009-12-151-1/+1
* Introduce a new class, UnqualifiedId, that provides a parsedDouglas Gregor2009-11-031-2/+2
* Improved fix for PR3844, which recovers better for class templateDouglas Gregor2009-10-301-1/+1
* Improve diagnostics when parsing something likeDouglas Gregor2009-10-301-2/+1
* TestDouglas Gregor2009-10-271-0/+33
* Implement proper linkage for explicit instantiation declarations ofDouglas Gregor2009-10-271-0/+66
* Explicit instantiation suppresses the instantiation of non-inlineDouglas Gregor2009-10-271-0/+59
* An explicit instantiation definition only instantiations those classDouglas Gregor2009-10-271-0/+27
* Test for interaction between explicit instantiations and specializationsDouglas Gregor2009-10-271-0/+36
* Test various aspects of explicit instantiation that were already implemented.Douglas Gregor2009-10-273-0/+38
* Only set the point of instantiation for an implicit or explicitDouglas Gregor2009-10-271-6/+4
* Check the interactions between explicit instantiations and templateDouglas Gregor2009-10-151-0/+16
* Diagnose explicit instantiations of function templates and memberDouglas Gregor2009-10-153-2/+18
* More explicit template instantiation. Now we're checking for moreDouglas Gregor2009-10-151-0/+55
* Additional semantic checking for explicit template instantiations,Douglas Gregor2009-10-141-0/+43
* Check the implicit instantiation of a static data member of a classDouglas Gregor2009-10-141-3/+6
* Give explicit and implicit instantiations of static data members ofDouglas Gregor2009-10-141-0/+26
* Testing and some minor fixes for explicit template instantiation.Douglas Gregor2009-10-142-0/+99