summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/explicit-instantiation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-2/+2
* Bring r325915 back.Rafael Espindola2018-02-231-2/+2
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-2/+2
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-2/+2
* PR22763: if a defaulted (non-user-provided) special member function isRichard Smith2017-11-161-0/+19
* Fix linkage of static locals in available_externally functions to be Discarda...David Blaikie2017-01-271-0/+17
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...Hans Wennborg2016-05-261-0/+23
* 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