summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/explicit-instantiation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg2015-01-101-0/+13
* If we see an explicit instantiation declaration or definition of a functionRichard Smith2014-04-241-1/+75
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* Template static data members can have weak_odr linkage, not justJohn McCall2011-04-121-1/+1
* Support explicit instantiation of function templates and members of classChandler Carruth2010-08-251-0/+31
* Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor2010-03-131-2/+2
* Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor2010-03-131-2/+2
* Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor2010-03-131-2/+2
* Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor2010-03-121-2/+2
* Give explicit template instantiations weak linkage (but don't deferDouglas Gregor2010-03-121-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix spelling for target triplet.Mike Stump2009-11-161-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Tweak the semantics of FunctionDecl::isOutOfLine to consider anDouglas Gregor2009-09-111-5/+2
* Improve the AST representation and semantic analysis for externDouglas Gregor2009-09-041-3/+9
* Make sure that CodeGen sees template instantiations.Douglas Gregor2009-05-261-0/+11