summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/extern-templates.cpp
AgeCommit message (Expand)Author
2017-10-18Don't suppress instantiation of definitions for variables subject to explicitRichard Smith
2016-05-26Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...Hans Wennborg
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-15Make the remaining explicit-instantiation semantic action useDouglas Gregor
2009-10-08Make sure to set the template specialization kind of an explicitDouglas Gregor
2009-10-07Keep track of whether a member function instantiated from a memberDouglas Gregor
2009-09-29Slightly improve the semantics of extern templates for member functions of cl...Douglas Gregor
2009-09-11Slight improvement for extern templates, so that an explicitDouglas Gregor
2009-09-11Improve testing for extern temp templates, slightly. We are (properly) suppre...Douglas Gregor
2009-09-04Parse extern templates, pass that information all the way to Sema,Douglas Gregor