<?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 warn-throw-out-noexcept-func.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0848210b - Fix some -Wexceptions false positives.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp#0848210b</link>
        <description>Fix some -Wexceptions false positives.Reimplement the &quot;noexcept function actually throws&quot; warning to properly handlenested try-blocks. In passing, change &apos;throw;&apos; handling to treat any enclosingtry block as being sufficient to suppress the warning rather than requiring a&apos;catch (...)&apos;; the warning is intended to be conservatively-correct.llvm-svn: 325545

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp</description>
        <pubDate>Tue, 20 Feb 2018 02:32:30 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>56ae0a67 - DR126: partially implement the const-correct rules for exception handler matching.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp#56ae0a67</link>
        <description>DR126: partially implement the const-correct rules for exception handler matching.While here, fix up the myriad other ways in which Sema&apos;s two &quot;can this handlercatch that exception?&quot; implementations get things wrong and unify them.llvm-svn: 322431

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp</description>
        <pubDate>Sat, 13 Jan 2018 05:05:45 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>8e61b3e5 - [CFG] Relax Wexceptions warning on rethrow </title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp#8e61b3e5</link>
        <description>[CFG] Relax Wexceptions warning on rethrow As reported here: https://bugs.llvm.org/show_bug.cgi?id=34973&quot;catch(...)&quot; should catch EVERYTHING, even a rethrow. Thispatch changes the order in which things are checked to ensurethat a &apos;...&apos; catch will get a rethrow.Differential Revision: https://reviews.llvm.org/D39013llvm-svn: 316030

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp</description>
        <pubDate>Tue, 17 Oct 2017 20:57:24 +0000</pubDate>
        <dc:creator>Erich Keane &lt;erich.keane@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9d10bdf6 - [Sema] Corrected the warn-on-throw-from-noexcept behavior to include nothrow</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp#9d10bdf6</link>
        <description>[Sema] Corrected the warn-on-throw-from-noexcept behavior to include nothrowDiscovered that &apos;nothrow&apos; (which is supposed to be an alias for noexcept)was not warning with a throw inside of it. This patch corrects the behaviorpreviously created to add &apos;nothrow&apos; to this list.Differential Revision: https://reviews.llvm.org/D38203llvm-svn: 314229

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp</description>
        <pubDate>Tue, 26 Sep 2017 18:20:39 +0000</pubDate>
        <dc:creator>Erich Keane &lt;erich.keane@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7538b35c - Address comments that escaped D33333</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp#7538b35c</link>
        <description>Address comments that escaped D33333Patch By: Jen YuDifferential Revision:https://reviews.llvm.org/D34671llvm-svn: 307172

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp</description>
        <pubDate>Wed, 05 Jul 2017 16:43:45 +0000</pubDate>
        <dc:creator>Erich Keane &lt;erich.keane@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7428528c - Fold exception-warnings.cpp into warn-throw-out-noexcept-func.cpp</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp#7428528c</link>
        <description>Fold exception-warnings.cpp into warn-throw-out-noexcept-func.cppI had failed to notice the latter existed when I recently introduced the former.llvm-svn: 306799

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp</description>
        <pubDate>Fri, 30 Jun 2017 07:22:02 +0000</pubDate>
        <dc:creator>Stephan Bergmann &lt;sbergman@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4c2fc126 - Add test for 306149, warn on throw from noexcept</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp#4c2fc126</link>
        <description>Add test for 306149, warn on throw from noexceptllvm-svn: 306156

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/warn-throw-out-noexcept-func.cpp</description>
        <pubDate>Fri, 23 Jun 2017 20:30:33 +0000</pubDate>
        <dc:creator>Erich Keane &lt;erich.keane@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
