aboutsummaryrefslogtreecommitdiff
path: root/test/SemaTemplate/explicit-instantiation.cpp
AgeCommit message (Expand)Author
2012-08-08Implement warning for integral null pointer constants other than the literal 0.David Blaikie
2011-12-23Pass context and access to Parser::ParseExplicitInstantiation() forArgyrios Kyrtzidis
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-04-24Make the invalid declarator recovery when parsing members work the same as wh...Sebastian Redl
2010-12-01Not content to implement just "extern" explicit templateDouglas Gregor
2010-07-13Provide a special diagnostic for attempts to explicitly specializeDouglas Gregor
2010-02-13Skip implicit instantiation of templated variables where a more recentChandler Carruth
2010-01-13Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-20Switch default-initialization of variables of class type (or array thereof) o...Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-14Additional semantic checking for explicit template instantiations,Douglas Gregor
2009-10-01Make sure to free the explicit template arguments provided for anDouglas Gregor
2009-09-25Declarators can now properly represent template-ids, e.g., forDouglas Gregor
2009-09-25WIP implementation of explicit instantiation of function templates,Douglas Gregor