<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in extern-templates.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>fa755d3e - [Sema][C++] Propagate conversion kind to specialize the diagnostics</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#fa755d3e</link>
        <description>[Sema][C++] Propagate conversion kind to specialize the diagnosticsCompute and propagate conversion kind to diagnostics helper in C++to provide more specific diagnostics about incorrect implicitconversions in assignments, initializations, params, etc...Duplicated some diagnostics as errors because C++ is more strict.Tags: #clangDifferential Revision: https://reviews.llvm.org/D74116

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Tue, 25 Feb 2020 14:49:59 +0000</pubDate>
        <dc:creator>Anastasia Stulova &lt;anastasia.stulova@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>4309b667 - Don&apos;t suppress instantiation of definitions for variables subject to explicit</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#4309b667</link>
        <description>Don&apos;t suppress instantiation of definitions for variables subject to explicitinstantiation declarations if they are usable from constant expressions.We are permitted to instantiate in these cases, and required to do so in orderto have an initializer available for use within constant evaluation.llvm-svn: 316136

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Wed, 18 Oct 2017 22:45:01 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>a86a83bb - Re-commit r270748 &quot;clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#a86a83bb</link>
        <description>Re-commit r270748 &quot;clang-cl: Treat dllimport explicit template instantiation definitions as declarations (PR27810, PR27811)&quot;Also make explicit instantiation decls not apply to nested classes whentargeting MSVC. That dll attributes are not inherited by inner classesmight be the explanation for MSVC&apos;s behaviour here.llvm-svn: 270897

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Thu, 26 May 2016 19:42:56 +0000</pubDate>
        <dc:creator>Hans Wennborg &lt;hans@hanshq.net&gt;</dc:creator>
    </item>
<item>
        <title>8fbe78f6 - Update tests to use %clang_cc1 instead of &apos;clang-cc&apos; or &apos;clang -cc1&apos;.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#8fbe78f6</link>
        <description>Update tests to use %clang_cc1 instead of &apos;clang-cc&apos; or &apos;clang -cc1&apos;. - This is designed to make it obvious that %clang_cc1 is a &quot;test variable&quot;   which is substituted. It is &apos;%clang_cc1&apos; instead of &apos;%clang -cc1&apos; because it   can be useful to redefine what gets run as &apos;clang -cc1&apos; (for example, to set   a default target).llvm-svn: 91446

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Tue, 15 Dec 2009 20:14:24 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>12e49d32 - Make the remaining explicit-instantiation semantic action use</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#12e49d32</link>
        <description>Make the remaining explicit-instantiation semantic action useCheckSpecializationInstantiationRedecl to check forredeclarations/instantiations. Also fixes a longstanding issue whereour explicit-instantiation location information wasn&apos;t as good as itcould have been.llvm-svn: 84216

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Thu, 15 Oct 2009 22:53:21 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>c093c1de - Make sure to set the template specialization kind of an explicit</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#c093c1de</link>
        <description>Make sure to set the template specialization kind of an explicittemplate instantiation of a member function of a class template.FIXME -= 2;llvm-svn: 83520

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Thu, 08 Oct 2009 01:19:17 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>d801b062 - Keep track of whether a member function instantiated from a member</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#d801b062</link>
        <description>Keep track of whether a member function instantiated from a memberfunction of a class template was implicitly instantiated, explicitlyinstantiated (declaration or definition), or explicitlyspecialized. The same MemberSpecializationInfo structure will be usedfor static data members and member classes as well.llvm-svn: 83509

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Wed, 07 Oct 2009 23:56:10 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>a49cb4e4 - Slightly improve the semantics of extern templates for member functions of class templates</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#a49cb4e4</link>
        <description>Slightly improve the semantics of extern templates for member functions of class templatesllvm-svn: 83063

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Tue, 29 Sep 2009 14:38:03 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>4aa04b15 - Slight improvement for extern templates, so that an explicit</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#4aa04b15</link>
        <description>Slight improvement for extern templates, so that an explicitinstantiation definition can follow an explicit instantiationdeclaration. This is as far as I want to go with extern templates now,but they will still need quite a bit more work to get all of the C++0xsemantics right.llvm-svn: 81573

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Fri, 11 Sep 2009 21:19:12 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>dd3f5f1f - Improve testing for extern temp templates, slightly. We are (properly) suppressing the implicit instantiation of members of extern templates</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#dd3f5f1f</link>
        <description>Improve testing for extern temp templates, slightly. We are (properly) suppressing the implicit instantiation of members of extern templatesllvm-svn: 81567

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Fri, 11 Sep 2009 20:35:49 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>43e75176 - Parse extern templates, pass that information all the way to Sema,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp#43e75176</link>
        <description>Parse extern templates, pass that information all the way to Sema,then drop it on the floor.llvm-svn: 80989

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/extern-templates.cpp</description>
        <pubDate>Fri, 04 Sep 2009 06:33:52 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
