<?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 ext-blocks.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9ca5c425 - Update all tests other than Driver/std.cpp to use -std=c++11 rather than</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ext-blocks.cpp#9ca5c425</link>
        <description>Update all tests other than Driver/std.cpp to use -std=c++11 rather than-std=c++0x. Patch by Ahmed Charles!llvm-svn: 141900

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ext-blocks.cpp</description>
        <pubDate>Thu, 13 Oct 2011 22:29:44 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>4385d8b0 - Diagnose unexpanded parameter packs in return statements. This</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ext-blocks.cpp#4385d8b0</link>
        <description>Diagnose unexpanded parameter packs in return statements. Thismanifested in a crash with blocks in PR9953, but it was a ticking timebomb for normal functions, too. Fixes PR9953.llvm-svn: 131731

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ext-blocks.cpp</description>
        <pubDate>Fri, 20 May 2011 15:32:55 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>476e3029 - Implement basic support for the use of variadic templates and blocks</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ext-blocks.cpp#476e3029</link>
        <description>Implement basic support for the use of variadic templates and blockstogether. In particular:   - Handle the use of captured parameter pack names within blocks  (BlockDeclRefExpr understands parameter packs now)  - Handle the declaration and expansion of parameter packs within a block&apos;s  parameter list, e.g., ^(Args ...args) { ... })  - Handle instantiation of blocks where the return type was not  explicitly specified. (unrelated, but necessary for my tests).Together, these fixes should make blocks and variadic templates workreasonably well together. Note that BlockDeclRefExpr is still brokenw.r.t. its computation of type and value dependence, which will stillcause problems for blocks in templates.llvm-svn: 123849

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ext-blocks.cpp</description>
        <pubDate>Wed, 19 Jan 2011 21:32:01 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
