<?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 suppressions_file.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d08e5d4c - Make lsan TestCases more consistent</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp#d08e5d4c</link>
        <description>Make lsan TestCases more consistentInlining `LSAN_BASE` makes the lsan TestCases more consistent to the other sanitizer TestCases.It is also needed on Windows: https://reviews.llvm.org/D115103Reviewed By: vitalybukaDifferential Revision: https://reviews.llvm.org/D124322

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp</description>
        <pubDate>Mon, 09 May 2022 17:58:53 +0000</pubDate>
        <dc:creator>Clemens Wasser &lt;clemens.wasser@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9a023701 - [lsan] Ignore inderect leaks referenced by suppressed blocks</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp#9a023701</link>
        <description>[lsan] Ignore inderect leaks referenced by suppressed blocksThis makes suppression list to work similar to __lsan_ignore_object.Existing behavior was inconsistent and very inconvenient for complexdata structures.Example:struct B;struct A { B* ptr; };A* t = makeA();t-&gt;ptr = makeB();Before the patch: if makeA suppressed by suppression file, lsan willstill report the makeB() leak, so we need two suppressions.After the patch: a single makeA suppression is enough (the same as asingle __lsan_ignore_object(t)).Differential Revision: https://reviews.llvm.org/D93884

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp</description>
        <pubDate>Tue, 29 Dec 2020 03:19:38 +0000</pubDate>
        <dc:creator>Vitaly Buka &lt;vitalybuka@google.com&gt;</dc:creator>
    </item>
<item>
        <title>3c0d36f9 - [NFC][lsan] Add nested leak in test</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp#3c0d36f9</link>
        <description>[NFC][lsan] Add nested leak in test

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp</description>
        <pubDate>Tue, 29 Dec 2020 02:58:11 +0000</pubDate>
        <dc:creator>Vitaly Buka &lt;vitalybuka@google.com&gt;</dc:creator>
    </item>
<item>
        <title>3b3aef19 - [sanitizer]Update tests to be compatible with Android.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp#3b3aef19</link>
        <description>[sanitizer]Update tests to be compatible with Android.Split off from D89251Reviewed By: vitalybukaDifferential Revision: https://reviews.llvm.org/D89884

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp</description>
        <pubDate>Wed, 21 Oct 2020 19:07:52 +0000</pubDate>
        <dc:creator>Vy Nguyen &lt;vyng@google.com&gt;</dc:creator>
    </item>
<item>
        <title>25a8881b - Revert &quot;    Enable LSAN for Android&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp#25a8881b</link>
        <description>Revert &quot;    Enable LSAN for Android&quot;Breaks android build.asan_malloc_dispatch_k needs memalign interceptor disabled in this patch.This reverts commit a2291a58bf1c860d026581fee6fe96019dc25440.

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp</description>
        <pubDate>Tue, 13 Oct 2020 10:02:30 +0000</pubDate>
        <dc:creator>Vitaly Buka &lt;vitalybuka@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a2291a58 - Enable LSAN for Android</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp#a2291a58</link>
        <description>Enable LSAN for Android    Make use of the newly added thread-properties API (available since 31).    Differential Revision: https://reviews.llvm.org/D85927

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp</description>
        <pubDate>Mon, 21 Sep 2020 21:41:48 +0000</pubDate>
        <dc:creator>Vy Nguyen &lt;vyng@google.com&gt;</dc:creator>
    </item>
<item>
        <title>97ccf6b8 - compiler-rt: Rename .cc file in test/lsan to .cpp</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp#97ccf6b8</link>
        <description>compiler-rt: Rename .cc file in test/lsan to .cppLike r367463, but for test/lsan.llvm-svn: 367803

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/suppressions_file.cpp</description>
        <pubDate>Mon, 05 Aug 2019 07:04:42 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;maskray@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
