summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/explicit-instantiation.cpp
AgeCommit message (Expand)Author
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2018-02-23Bring r325915 back.Rafael Espindola
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola
2018-02-23Start setting dso_local for COFF.Rafael Espindola
2017-11-16PR22763: if a defaulted (non-user-provided) special member function isRichard Smith
2017-01-27Fix linkage of static locals in available_externally functions to be Discarda...David Blaikie
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2016-05-26Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...Hans Wennborg
2015-01-10Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg
2014-04-24If we see an explicit instantiation declaration or definition of a functionRichard Smith
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2011-04-12Template static data members can have weak_odr linkage, not justJohn McCall
2010-08-25Support explicit instantiation of function templates and members of classChandler Carruth
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-11-16Fix spelling for target triplet.Mike Stump
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-11Tweak the semantics of FunctionDecl::isOutOfLine to consider anDouglas Gregor
2009-09-04Improve the AST representation and semantic analysis for externDouglas Gregor
2009-05-26Make sure that CodeGen sees template instantiations.Douglas Gregor