<?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 cxa_vec_new_overflow_PR41395.pass.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c360553c - [runtimes] Simplify how we specify XFAIL &amp; friends based on the triple</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp#c360553c</link>
        <description>[runtimes] Simplify how we specify XFAIL &amp; friends based on the tripleNow that Lit supports regular expressions inside XFAIL &amp; friends, it ismuch easier to write Lit annotations based on the triple.Differential Revision: https://reviews.llvm.org/D104747

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp</description>
        <pubDate>Fri, 18 Jun 2021 17:33:14 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74d096e5 - [libc++] Move handling of the target triple to the DSL</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp#74d096e5</link>
        <description>[libc++] Move handling of the target triple to the DSLThis fixes a long standing issue where the triple is not always setconsistently in all configurations. This change also moves theback-deployment Lit features to using the proper target tripleinstead of using something ad-hoc.This will be necessary for using from scratch Lit configuration filesin both normal testing and back-deployment testing.Differential Revision: https://reviews.llvm.org/D102012

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp</description>
        <pubDate>Fri, 07 May 2021 14:15:36 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60ba1fef - [libc++/abi] Allow running back-deployment testing against libc++abi</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp#60ba1fef</link>
        <description>[libc++/abi] Allow running back-deployment testing against libc++abiBefore this patch, we could only link against the back-deployment libc++abidylib. This patch allows linking against the just-built libc++abi, butrunning against the back-deployment one -- just like we do for libc++.Also, add XFAIL markup to flag expected errors.Differential Revision: https://reviews.llvm.org/D91069

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp</description>
        <pubDate>Wed, 08 Jul 2020 20:38:54 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>c1887e3f - Revert &quot;Allow running back-deployment testing against libc++abi&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp#c1887e3f</link>
        <description>Revert &quot;Allow running back-deployment testing against libc++abi&quot;This reverts commit 4d79ef814aedb63, which broke a few build bots.I&apos;m reverting until I have time to investigate.

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp</description>
        <pubDate>Fri, 06 Nov 2020 22:26:42 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>4d79ef81 - Allow running back-deployment testing against libc++abi</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp#4d79ef81</link>
        <description>Allow running back-deployment testing against libc++abiSummary:Before this patch, we could only link against the back-deployment libc++abidylib. This patch allows linking against the just-built libc++abi, butrunning against the back-deployment one -- just like we do for libc++.Also, add XFAIL markup to flag expected errors.

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp</description>
        <pubDate>Wed, 08 Jul 2020 20:38:54 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>8c61114c - [libc++/abi/unwind] Rename Lit features for no exceptions to &apos;no-exceptions&apos;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp#8c61114c</link>
        <description>[libc++/abi/unwind] Rename Lit features for no exceptions to &apos;no-exceptions&apos;Instead of having different names for the same Lit feature accross codebases, use the same name everywhere. This NFC commit is in preparationfor a refactor where all three projects will be using the same Litfeature detection logic, and hence it won&apos;t be convenient to usedifferent names for the feature.Differential Revision: https://reviews.llvm.org/D78370

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp</description>
        <pubDate>Fri, 17 Apr 2020 14:29:15 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>c4225e12 - Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp#c4225e12</link>
        <description>Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation.llvm-svn: 357814

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp</description>
        <pubDate>Fri, 05 Apr 2019 20:38:43 +0000</pubDate>
        <dc:creator>Eric Fiselier &lt;eric@efcs.ca&gt;</dc:creator>
    </item>
</channel>
</rss>
