summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/template-linkage.cpp
Commit message (Expand)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* Don't assert in codegen on static data members which have NoLinkage. FixesNick Lewycky2013-01-101-0/+20
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* Do not give implicitly-defined virtual members functionsDouglas Gregor2010-05-061-0/+20
* Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor2010-03-131-5/+5
* Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor2010-03-131-5/+5
* Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor2010-03-131-5/+5
* Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor2010-03-121-5/+5
* Give explicit template instantiations weak linkage (but don't deferDouglas Gregor2010-03-121-5/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make sure that explicitly instantiated functions get the right linkage.Anders Carlsson2009-12-101-0/+24