summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/extern-templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't suppress instantiation of definitions for variables subject to explicitRichard Smith2017-10-181-0/+7
* Re-commit r270748 "clang-cl: Treat dllimport explicit template instantiation ...Hans Wennborg2016-05-261-2/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make the remaining explicit-instantiation semantic action useDouglas Gregor2009-10-151-4/+2
* Make sure to set the template specialization kind of an explicitDouglas Gregor2009-10-081-2/+1
* Keep track of whether a member function instantiated from a memberDouglas Gregor2009-10-071-2/+2
* Slightly improve the semantics of extern templates for member functions of cl...Douglas Gregor2009-09-291-0/+26
* Slight improvement for extern templates, so that an explicitDouglas Gregor2009-09-111-3/+14
* Improve testing for extern temp templates, slightly. We are (properly) suppre...Douglas Gregor2009-09-111-6/+16
* Parse extern templates, pass that information all the way to Sema,Douglas Gregor2009-09-041-0/+20