<?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 p15.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c7fb225c - PR16638, DR1552: the exception specification on an implicitly-declared</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p15.cpp#c7fb225c</link>
        <description>PR16638, DR1552: the exception specification on an implicitly-declared&apos;operator delete&apos; or &apos;operator delete[]&apos; is an explicit exceptionspecification. Therefore we should diagnose &apos;void operator delete(void*)&apos;instead of &apos;void operator delete(void*) noexcept&apos;.This diagnostic remains an ExtWarn, since in practice people don&apos;t alwaysinclude the exception specification in such a declaration.llvm-svn: 201002

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p15.cpp</description>
        <pubDate>Fri, 07 Feb 2014 22:51:16 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>66f3ac9d - Rework implementation of DR1492: Apply the resolution to operator delete too,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p15.cpp#66f3ac9d</link>
        <description>Rework implementation of DR1492: Apply the resolution to operator delete too,since it also has an implicit exception specification. Downgrade the error toan extwarn, since at least for operator delete, system headers like to declareit as &apos;noexcept&apos; whereas the implicit definition does not have an explicitexception specification. Move the exception specification for user-declared&apos;operator delete&apos; functions from the type-as-written into the type, to reflectreality and to allow us to detect whether there was an implicit exception specor not.llvm-svn: 166372

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p15.cpp</description>
        <pubDate>Sat, 20 Oct 2012 08:26:51 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<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/except/except.spec/p15.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/except/except.spec/p15.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>37588097 - Make deallocation functions implicitly noexcept in C++0x.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p15.cpp#37588097</link>
        <description>Make deallocation functions implicitly noexcept in C++0x.llvm-svn: 127596

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p15.cpp</description>
        <pubDate>Mon, 14 Mar 2011 18:08:30 +0000</pubDate>
        <dc:creator>Sebastian Redl &lt;sebastian.redl@getdesigned.at&gt;</dc:creator>
    </item>
</channel>
</rss>
