<?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 deduct.fail.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>76476efd - Rewording &quot;static_assert&quot; diagnostics</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#76476efd</link>
        <description>Rewording &quot;static_assert&quot; diagnosticsThis patch rewords the static assert diagnostic output. Failing a_Static_assert in C should not report that static_assert failed. Thischanges the wording to be more like GCC and uses &quot;static assertion&quot;when possible instead of hard coding the name. This also changes someinstances of &apos;static_assert&apos; to instead be based on the token in thesource code.Differential Revision: https://reviews.llvm.org/D129048

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Mon, 25 Jul 2022 11:22:54 +0000</pubDate>
        <dc:creator>Muhammad Usman Shahid &lt;codesbyusman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1da31190 - Revert &quot;Rewording the &quot;static_assert&quot; to static assertion&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#1da31190</link>
        <description>Revert &quot;Rewording the &quot;static_assert&quot; to static assertion&quot;Looks like we again are going to have problems with libcxx tests thatare overly specific in their dependency on clang&apos;s diagnostics.This reverts commit 6542cb55a3eb115b1c3592514590a19987ffc498.

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Thu, 21 Jul 2022 13:39:22 +0000</pubDate>
        <dc:creator>Erich Keane &lt;erich.keane@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6542cb55 - Rewording the &quot;static_assert&quot; to static assertion</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#6542cb55</link>
        <description>Rewording the &quot;static_assert&quot; to static assertionThis patch is basically the rewording of the static assert statement&apos;soutput(error) on screen after failing. Failing a _Static_assert in Cshould not report that static_assert failed. It&#8217;d probably be better toreword the diagnostic to be more like GCC and say &#8220;static assertion&#8221;failed in both C and C++.consider a c file having code_Static_assert(0, &quot;oh no!&quot;);In clang the output is like:&lt;source&gt;:1:1: error: static_assert failed: oh no!_Static_assert(0, &quot;oh no!&quot;);^              ~1 error generated.Compiler returned: 1Thus here the &quot;static_assert&quot; is not much good, it will be better toreword it to the &quot;static assertion failed&quot; to more generic. as the gccprints as:&lt;source&gt;:1:1: error: static assertion failed: &quot;oh no!&quot;    1 | _Static_assert(0, &quot;oh no!&quot;);          | ^~~~~~~~~~~~~~          Compiler returned: 1The above can also be seen here. This patch is about rewordingthe static_assert to static assertion.Differential Revision: https://reviews.llvm.org/D129048

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Thu, 21 Jul 2022 13:32:54 +0000</pubDate>
        <dc:creator>Muhammad Usman Shahid &lt;codesbyusman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>da1609ad - Improve the formatting of static_assert messages</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#da1609ad</link>
        <description>Improve the formatting of static_assert messagesDisplay &apos;static_assert failed: message&apos; instead of&apos;static_assert failed &quot;message&quot;&apos; to be consistentwith other implementations and be slightly morereadable.Reviewed By: #libc, aaron.ballman, philnik, MordanteDifferential Revision: https://reviews.llvm.org/D128844

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Wed, 29 Jun 2022 17:13:19 +0000</pubDate>
        <dc:creator>Corentin Jabot &lt;corentinjabot@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5425106e - [libc++] Remove test-suite annotations for unsupported Clang versions</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#5425106e</link>
        <description>[libc++] Remove test-suite annotations for unsupported Clang versionsDifferential Revision: https://reviews.llvm.org/D108471

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Fri, 20 Aug 2021 15:42:38 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>01666904 - [libc++] Remove workarounds for the lack of deduction guides in C++17</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#01666904</link>
        <description>[libc++] Remove workarounds for the lack of deduction guides in C++17All supported compilers have supported deduction guides in C++17 for awhile, so this isn&apos;t necessary anymore.Differential Revision: https://reviews.llvm.org/D108213

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Tue, 17 Aug 2021 15:59:07 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>31cbe0f2 - [libc++] Remove the c++98 Lit feature from the test suite</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#31cbe0f2</link>
        <description>[libc++] Remove the c++98 Lit feature from the test suiteC++98 and C++03 are effectively aliases as far as Clang is concerned.As such, allowing both std=c++98 and std=c++03 as Lit parameters isjust slightly confusing, but provides no value. It&apos;s similar to allowingboth std=c++17 and std=c++1z, which we don&apos;t do.This was discovered because we had an internal bot that ran the testsuite under both c++98 AND c++03 -- one of which is redundant.Differential Revision: https://reviews.llvm.org/D80926

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Mon, 01 Jun 2020 14:38:23 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>3e1480a0 - [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#3e1480a0</link>
        <description>[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1They do fail on AppleClang 10.0.0, but not AppleClang 10.0.1llvm-svn: 372632

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Mon, 23 Sep 2019 17:22:13 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>f2f7d72f - [libc++] Take 2: Implement CTAD for map and multimap</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#f2f7d72f</link>
        <description>[libc++] Take 2: Implement CTAD for map and multimapThis is a re-application of r362986 (which was reverted in r363688) with fixesfor the issue that caused it to be reverted.Thanks to Arthur O&apos;Dwyer for the patch.Differential Revision: https://reviews.llvm.org/D58587llvm-svn: 363968

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Thu, 20 Jun 2019 19:32:00 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>782fff1b - [libcxx] XFAIL some CTAD tests on AppleClang 10</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#782fff1b</link>
        <description>[libcxx] XFAIL some CTAD tests on AppleClang 10AppleClang 10 doesn&apos;t contain some changes that are required for thistest to give the right error message.llvm-svn: 363197

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Wed, 12 Jun 2019 20:12:44 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>1dc3c9aa - XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn&apos;t know existed</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#1dc3c9aa</link>
        <description>XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn&apos;t know existedllvm-svn: 363097

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Tue, 11 Jun 2019 20:14:07 +0000</pubDate>
        <dc:creator>Marshall Clow &lt;mclow.lists@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d40807c6 - XFAIL a couple of CTAD tests on clang-6; it gives different error messages than clang 7/8/9</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#d40807c6</link>
        <description>XFAIL a couple of CTAD tests on clang-6; it gives different error messages than clang 7/8/9llvm-svn: 363014

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Tue, 11 Jun 2019 00:23:50 +0000</pubDate>
        <dc:creator>Marshall Clow &lt;mclow.lists@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>edfe8525 - Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm.org/D58587. Thanks to Quuxplusone for the submission.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp#edfe8525</link>
        <description>Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm.org/D58587. Thanks to Quuxplusone for the submission.llvm-svn: 362986

            List of files:
            /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp</description>
        <pubDate>Mon, 10 Jun 2019 21:28:23 +0000</pubDate>
        <dc:creator>Marshall Clow &lt;mclow.lists@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
