<?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 p9-dynamic.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>532dc62b - [OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp#532dc62b</link>
        <description>[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)This adds -no-opaque-pointers to clang tests whose output willchange when opaque pointers are enabled by default. This isintended to be part of the migration approach described inhttps://discourse.llvm.org/t/enabling-opaque-pointers-by-default/61322/9.The patch has been produced by replacing %clang_cc1 with%clang_cc1 -no-opaque-pointers for tests that fail with opaquepointers enabled. Worth noting that this doesn&apos;t cover all tests,there&apos;s a remaining ~40 tests not using %clang_cc1 that will needa followup change.Differential Revision: https://reviews.llvm.org/D123115

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp</description>
        <pubDate>Thu, 07 Apr 2022 10:03:55 +0000</pubDate>
        <dc:creator>Nikita Popov &lt;npopov@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>fddc4e41 - Correct handling of the &apos;throw()&apos; exception specifier in C++17.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp#fddc4e41</link>
        <description>Correct handling of the &apos;throw()&apos; exception specifier in C++17.Per C++17 [except.spec], &apos;throw()&apos; has become equivalent to&apos;noexcept&apos;, and should therefore call std::terminate, notstd::unexpected.Differential Revision: https://reviews.llvm.org/D113517

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp</description>
        <pubDate>Tue, 09 Nov 2021 01:06:15 +0000</pubDate>
        <dc:creator>James Y Knight &lt;jyknight@google.com&gt;</dc:creator>
    </item>
<item>
        <title>fcbdb6ea - Update clang to take into account the changes to personality fns</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp#fcbdb6ea</link>
        <description>Update clang to take into account the changes to personality fnsllvm-svn: 239941

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp</description>
        <pubDate>Wed, 17 Jun 2015 20:53:19 +0000</pubDate>
        <dc:creator>David Majnemer &lt;david.majnemer@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f0724e8e - Throw the switch to convert clang to the new exception handling model!</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp#f0724e8e</link>
        <description>Throw the switch to convert clang to the new exception handling model!This model uses the &apos;landingpad&apos; instruction, which is pinned to the top of thelanding pad. (A landing pad is defined as the destination of the unwind branchof an invoke instruction.) All of the information needed to generate the correctexception handling metadata during code generation is encoded into thelandingpad instruction.The new &apos;resume&apos; instruction takes the place of the llvm.eh.resume intrinsiccall. It&apos;s lowered in much the same way as the intrinsic is.llvm-svn: 140049

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp</description>
        <pubDate>Mon, 19 Sep 2011 20:31:14 +0000</pubDate>
        <dc:creator>Bill Wendling &lt;isanbard@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9b382dde - Convert Clang over to resuming from landing pads with llvm.eh.resume.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp#9b382dde</link>
        <description>Convert Clang over to resuming from landing pads with llvm.eh.resume.It&apos;s quite likely that this will explode, but I need to know how. :)llvm-svn: 132269

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp</description>
        <pubDate>Sat, 28 May 2011 21:13:02 +0000</pubDate>
        <dc:creator>John McCall &lt;rjmccall@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>380b8dad - Back out r132209; it&apos;s breaking nightly tests.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp#380b8dad</link>
        <description>Back out r132209; it&apos;s breaking nightly tests.llvm-svn: 132219

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp</description>
        <pubDate>Fri, 27 May 2011 21:32:17 +0000</pubDate>
        <dc:creator>Eli Friedman &lt;eli.friedman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>63fb333f - Implement a new, much improved version of the cleanup hack.  We just need</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp#63fb333f</link>
        <description>Implement a new, much improved version of the cleanup hack.  We just needto be careful to emit landing pads that are always prepared to handle acleanup path.  This is correct mostly because of the fix to the LLVMinliner, r132200.llvm-svn: 132209

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp</description>
        <pubDate>Fri, 27 May 2011 20:01:14 +0000</pubDate>
        <dc:creator>John McCall &lt;rjmccall@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>0b94c9fb - Reintroduce r127617: &quot;Code generation for noexcept.&quot; with fixes.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp#0b94c9fb</link>
        <description>Reintroduce r127617: &quot;Code generation for noexcept.&quot; with fixes.llvm-svn: 127685

            List of files:
            /llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp</description>
        <pubDate>Tue, 15 Mar 2011 18:42:48 +0000</pubDate>
        <dc:creator>Sebastian Redl &lt;sebastian.redl@getdesigned.at&gt;</dc:creator>
    </item>
<item>
        <title>97022fd3 - Code generation for noexcept.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/CXX/except/except.spec/p9-dynamic.cpp#97022fd3</link>
        <description>Code generation for noexcept.llvm-svn: 127617

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