<?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 template-specialization.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>58e08064 - Moving a C++ test out of Sema and into SemaCXX; NFC.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/template-specialization.cpp#58e08064</link>
        <description>Moving a C++ test out of Sema and into SemaCXX; NFC.llvm-svn: 300071

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/template-specialization.cpp</description>
        <pubDate>Wed, 12 Apr 2017 15:56:02 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>be356209 - This takes a long time to crash, just disable it for now.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/template-specialization.cpp#be356209</link>
        <description>This takes a long time to crash, just disable it for now.llvm-svn: 76263

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/template-specialization.cpp</description>
        <pubDate>Fri, 17 Jul 2009 23:48:38 +0000</pubDate>
        <dc:creator>Chris Lattner &lt;sabre@nondot.org&gt;</dc:creator>
    </item>
<item>
        <title>ad3f2fcf - Improved semantic analysis and AST respresentation for function</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/template-specialization.cpp#ad3f2fcf</link>
        <description>Improved semantic analysis and AST respresentation for functiontemplates.For example, this now type-checks (but does not instantiate the bodyof deref&lt;int&gt;):  template&lt;typename T&gt; T&amp; deref(T* t) { return *t; }  void test(int *ip) {    int &amp;ir = deref(ip);  }Specific changes/additions:  * Template argument deduction from a call to a function template.  * Instantiation of a function template specializations (just the  declarations) from the template arguments deduced from a call.  * FunctionTemplateDecls are stored directly in declaration contexts  and found via name lookup (all forms), rather than finding the  FunctionDecl and then realizing it is a template. This is  responsible for most of the churn, since some of the core  declaration matching and lookup code assumes that all functions are  FunctionDecls.llvm-svn: 74213

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/template-specialization.cpp</description>
        <pubDate>Thu, 25 Jun 2009 22:08:12 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>a45cf5b6 - Rename clang to clang-cc.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/template-specialization.cpp#a45cf5b6</link>
        <description>Rename clang to clang-cc.Tests and drivers updated, still need to shuffle dirs.llvm-svn: 67602

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/template-specialization.cpp</description>
        <pubDate>Tue, 24 Mar 2009 02:24:46 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>55ad91fe - Ultrasimplistic sketch for the parsing of C++ template-ids. This won&apos;t</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/template-specialization.cpp#55ad91fe</link>
        <description>Ultrasimplistic sketch for the parsing of C++ template-ids. This won&apos;tbecome useful or correct until we (1) parse template argumentscorrectly, (2) have some way to turn template-ids into types,declarators, etc., and (3) have a real representation of templates.llvm-svn: 61208

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/template-specialization.cpp</description>
        <pubDate>Thu, 18 Dec 2008 19:37:40 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
