aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/template-linkage.cpp
AgeCommit message (Expand)Author
2013-01-10Don't assert in codegen on static data members which have NoLinkage. FixesNick Lewycky
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-05-06Do not give implicitly-defined virtual members functionsDouglas Gregor
2010-03-13Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor
2010-03-13Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor
2010-03-13Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor
2010-03-12Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor
2010-03-12Give explicit template instantiations weak linkage (but don't deferDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-10Make sure that explicitly instantiated functions get the right linkage.Anders Carlsson