<?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 instantiate-expr-2.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1b30b3c9 - When transforming a C++ &quot;new&quot; expression&apos;s constructor arguments, drop</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#1b30b3c9</link>
        <description>When transforming a C++ &quot;new&quot; expression&apos;s constructor arguments, dropany arguments that are default-argument expressions. The can show upwhen we have a new expression whose constructor arguments are nottype-dependent and whose allocated type is not dependent and has aconstructor with default arguments. Fixes PR7202.llvm-svn: 104690

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Wed, 26 May 2010 07:10:06 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>b33eed0c - Collapse the three separate initialization paths in</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#b33eed0c</link>
        <description>Collapse the three separate initialization paths inTryStaticImplicitCast (for references, class types, and everythingelse, respectively) into a single invocation ofInitializationSequence.One of the paths (for class types) was the only client ofSema::TryInitializationByConstructor, which I have eliminated. Thisalso simplified the interface for much of the cast-checking logic,eliminating yet more code.I&apos;ve kept the representation of C++ functional casts with &lt;&gt; 1arguments the same, despite the fact that I hate it. That fix willcome soon. To satisfy my paranoia, I&apos;ve bootstrapped + tested Clangwith these changes.llvm-svn: 101549

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Fri, 16 Apr 2010 22:09:46 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&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/instantiate-expr-2.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/instantiate-expr-2.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>4bbd1acf - When type-checking a C++ &quot;new&quot; expression, don&apos;t type-check the actual </title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#4bbd1acf</link>
        <description>When type-checking a C++ &quot;new&quot; expression, don&apos;t type-check the actual initialization if any of the constructor/initialization arguments aretype-dependent. Fixes PR5224.llvm-svn: 84365

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Sat, 17 Oct 2009 21:40:42 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>2ffd9654 - Implement proper substitution for OverloadedFunctionDecls, but substituting each of the functions in the overload set</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#2ffd9654</link>
        <description>Implement proper substitution for OverloadedFunctionDecls, but substituting each of the functions in the overload setllvm-svn: 80692

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Tue, 01 Sep 2009 17:53:10 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>32e2c847 - Fix a crasher involving template instantiation of non-dependent</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#32e2c847</link>
        <description>Fix a crasher involving template instantiation of non-dependentexpressions making use of an overloaded operator. Thanks for the testcase, Anders!llvm-svn: 80679

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Tue, 01 Sep 2009 16:58:52 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>f14b46f9 - Implement template instantiation for member operator access.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#f14b46f9</link>
        <description>Implement template instantiation for member operator access.llvm-svn: 80609

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Mon, 31 Aug 2009 20:00:26 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>b4850465 - Introduce basic support for instantiating the definitions of member</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#b4850465</link>
        <description>Introduce basic support for instantiating the definitions of memberfunctions of class templates. Only compound statements and expressionstatements are currently implemented.llvm-svn: 71814

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Thu, 14 May 2009 23:26:13 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>37256521 - Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#37256521</link>
        <description>Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterpartsllvm-svn: 71799

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Thu, 14 May 2009 21:44:34 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>24c332b1 - Link FunctionDecls instantiated from the member functions of a class</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#24c332b1</link>
        <description>Link FunctionDecls instantiated from the member functions of a classtemplate to the FunctionDecls from which they were instantiated. Thisis a necessary first step to support instantiation of the definitionsof such functions, but by itself does essentially nothing.llvm-svn: 71792

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Thu, 14 May 2009 21:06:31 +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/SemaTemplate/instantiate-expr-2.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/SemaTemplate/instantiate-expr-2.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>7b5243a1 - added type dependent testcase</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#7b5243a1</link>
        <description>added type dependent testcasellvm-svn: 67230

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Wed, 18 Mar 2009 20:26:44 +0000</pubDate>
        <dc:creator>Gabor Greif &lt;ggreif@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>68cfd783 - cleanup instantiation code, tighten testcase</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#68cfd783</link>
        <description>cleanup instantiation code, tighten testcasellvm-svn: 67148

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Wed, 18 Mar 2009 01:16:08 +0000</pubDate>
        <dc:creator>Gabor Greif &lt;ggreif@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8af7837b - instantiate ?: expressions</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#8af7837b</link>
        <description>instantiate ?: expressionsllvm-svn: 67145

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Wed, 18 Mar 2009 00:55:04 +0000</pubDate>
        <dc:creator>Gabor Greif &lt;ggreif@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>084d855a - Implement template instantiation for the prefix unary operators. As</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#084d855a</link>
        <description>Implement template instantiation for the prefix unary operators. Asalways, refactored the existing logic to tease apart the parser actionand the semantic analysis shared by the parser and templateinstantiation.llvm-svn: 66987

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Fri, 13 Mar 2009 23:49:33 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>4b7f3d73 - Devious test-case involved overload resolution and ADL during template instantiation.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp#4b7f3d73</link>
        <description>Devious test-case involved overload resolution and ADL during template instantiation.llvm-svn: 66951

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-expr-2.cpp</description>
        <pubDate>Fri, 13 Mar 2009 21:04:12 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
