aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/explicit-instantiation.cpp
AgeCommit message (Expand)Author
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