<?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 fixit-c++2a.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a6e8b685 - [c++20] P1143R2: Add support for the C++20 &apos;constinit&apos; keyword.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/FixIt/fixit-c++2a.cpp#a6e8b685</link>
        <description>[c++20] P1143R2: Add support for the C++20 &apos;constinit&apos; keyword.This is mostly the same as the[[clang::require_constant_initialization]] attribute, but has a coupleof additional syntactic and semantic restrictions.In passing, I added a warning for the attribute form being added afterwe have already seen the initialization of the variable (but before wesee the definition); that case previously slipped between the cracks andthe attribute was silently ignored.llvm-svn: 370972

            List of files:
            /llvm-project-15.0.7/clang/test/FixIt/fixit-c++2a.cpp</description>
        <pubDate>Wed, 04 Sep 2019 20:30:37 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>b2997f57 - [c++20] P0780R2: Support pack-expansion of init-captures.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/FixIt/fixit-c++2a.cpp#b2997f57</link>
        <description>[c++20] P0780R2: Support pack-expansion of init-captures.This permits an init-capture to introduce a new pack:  template&lt;typename ...T&gt; auto x = [...a = T()] { /* a is a pack */ };To support this, the mechanism for allowing ParmVarDecls to be packs hasbeen extended to support arbitrary local VarDecls.llvm-svn: 361300

            List of files:
            /llvm-project-15.0.7/clang/test/FixIt/fixit-c++2a.cpp</description>
        <pubDate>Tue, 21 May 2019 20:10:50 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
