<?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 uar_and_exceptions.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>60084d49 - [sanitizer] Replace -mllvm -asan-use-after-return in compile-rt tests with -fsanitize-address-use-after-return (NFC)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp#60084d49</link>
        <description>[sanitizer] Replace -mllvm -asan-use-after-return in compile-rt tests with -fsanitize-address-use-after-return (NFC)for issue: https://github.com/google/sanitizers/issues/1394Reviewed By: vitalybukaDifferential Revision: https://reviews.llvm.org/D104146

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp</description>
        <pubDate>Fri, 11 Jun 2021 19:46:15 +0000</pubDate>
        <dc:creator>Kevin Athey &lt;kda@google.com&gt;</dc:creator>
    </item>
<item>
        <title>af8c59e0 - Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp#af8c59e0</link>
        <description>Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).In addition:  - optionally add global flag to capture compile intent for UAR:    __asan_detect_use_after_return_always.    The global is a SANITIZER_WEAK_ATTRIBUTE.for issue: https://github.com/google/sanitizers/issues/1394Reviewed By: vitalybukaDifferential Revision: https://reviews.llvm.org/D103304

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp</description>
        <pubDate>Tue, 08 Jun 2021 19:45:48 +0000</pubDate>
        <dc:creator>Kevin Athey &lt;kda@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e3258b08 - Revert &quot;Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp#e3258b08</link>
        <description>Revert &quot;Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).&quot;Windows is still broken.This reverts commit 927688a4cd9dcde92e8bf430e6ceefac6ab8c8a0.

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp</description>
        <pubDate>Sat, 05 Jun 2021 07:39:21 +0000</pubDate>
        <dc:creator>Vitaly Buka &lt;vitalybuka@google.com&gt;</dc:creator>
    </item>
<item>
        <title>927688a4 - Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp#927688a4</link>
        <description>Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).In addition:  - optionally add global flag to capture compile intent for UAR:    __asan_detect_use_after_return_always.    The global is a SANITIZER_WEAK_ATTRIBUTE.for issue: https://github.com/google/sanitizers/issues/1394Reviewed By: vitalybukaDifferential Revision: https://reviews.llvm.org/D103304

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp</description>
        <pubDate>Sat, 05 Jun 2021 03:21:01 +0000</pubDate>
        <dc:creator>Kevin Athey &lt;kda@google.com&gt;</dc:creator>
    </item>
<item>
        <title>d8a4a2cb - Revert &quot;Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp#d8a4a2cb</link>
        <description>Revert &quot;Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).&quot;Reverts commits of D103304, it breaks Darwin.This reverts commit 60e5243e593ec7e0feca42783edb735e9ac2c4a7.This reverts commit 26b3ea224e7744058c0053e8eee25a8a3acc9f5d.This reverts commit 17600ec32a6f3e5720e5232ddb23d67daa650f4d.

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp</description>
        <pubDate>Sat, 05 Jun 2021 03:17:45 +0000</pubDate>
        <dc:creator>Vitaly Buka &lt;vitalybuka@google.com&gt;</dc:creator>
    </item>
<item>
        <title>60e5243e - Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp#60e5243e</link>
        <description>Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).In addition:  - optionally add global flag to capture compile intent for UAR:    __asan_detect_use_after_return_always.    The global is a SANITIZER_WEAK_ATTRIBUTE.for issue: https://github.com/google/sanitizers/issues/1394Reviewed By: vitalybukaDifferential Revision: https://reviews.llvm.org/D103304

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp</description>
        <pubDate>Fri, 04 Jun 2021 21:30:04 +0000</pubDate>
        <dc:creator>Kevin Athey &lt;kda@google.com&gt;</dc:creator>
    </item>
<item>
        <title>5c600dc6 - Revert &quot;Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp#5c600dc6</link>
        <description>Revert &quot;Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).&quot;This reverts commit 41b3088c3f33d712e3d2f64b66ae4eb701fa4bfb.Doesn&apos;t build on macOS, see comments on https://reviews.llvm.org/D103304

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp</description>
        <pubDate>Fri, 04 Jun 2021 01:01:11 +0000</pubDate>
        <dc:creator>Nico Weber &lt;thakis@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>41b3088c - Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp#41b3088c</link>
        <description>Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).In addition:  - optionally add global flag to capture compile intent for UAR:    __asan_detect_use_after_return_always.    The global is a SANITIZER_WEAK_ATTRIBUTE.for issue: https://github.com/google/sanitizers/issues/1394Reviewed By: vitalybukaDifferential Revision: https://reviews.llvm.org/D103304

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp</description>
        <pubDate>Thu, 03 Jun 2021 19:40:14 +0000</pubDate>
        <dc:creator>Kevin Athey &lt;kda@google.com&gt;</dc:creator>
    </item>
<item>
        <title>673dc3d4 - compiler-rt: Rename cc files below test/asan to cpp</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp#673dc3d4</link>
        <description>compiler-rt: Rename cc files below test/asan to cppSee r367803 and similar other changes.llvm-svn: 367887

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/uar_and_exceptions.cpp</description>
        <pubDate>Mon, 05 Aug 2019 16:48:12 +0000</pubDate>
        <dc:creator>Nico Weber &lt;nicolasweber@gmx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
