summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/template-linkage.cpp
AgeCommit message (Expand)Author
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
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