summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/explicit-instantiation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass context and access to Parser::ParseExplicitInstantiation() forArgyrios Kyrtzidis2011-12-231-0/+8
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Make the invalid declarator recovery when parsing members work the same as wh...Sebastian Redl2011-04-241-6/+3
* Not content to implement just "extern" explicit templateDouglas Gregor2010-12-011-0/+4
* Provide a special diagnostic for attempts to explicitly specializeDouglas Gregor2010-07-131-0/+13
* Skip implicit instantiation of templated variables where a more recentChandler Carruth2010-02-131-0/+7
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-2/+2
* Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor2009-12-201-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Additional semantic checking for explicit template instantiations,Douglas Gregor2009-10-141-9/+12
* Make sure to free the explicit template arguments provided for anDouglas Gregor2009-10-011-0/+4
* Declarators can now properly represent template-ids, e.g., forDouglas Gregor2009-09-251-0/+14
* WIP implementation of explicit instantiation of function templates,Douglas Gregor2009-09-251-0/+57