<?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 cxx-dynamic-memory-analysis-order.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9d69072f - [analyzer][NFC] Introduce CXXDeallocatorCall, deploy it in MallocChecker</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Analysis/cxx-dynamic-memory-analysis-order.cpp#9d69072f</link>
        <description>[analyzer][NFC] Introduce CXXDeallocatorCall, deploy it in MallocCheckerOne of the pain points in simplifying MallocCheckers interface by graduallychanging to CallEvent is that a variety of C++ allocation and deallocationfunctionalities are modeled through preStmt&lt;...&gt; where CallEvent is unavailable,and a single one of these callbacks can prevent a mass parameter change.This patch introduces a new CallEvent, CXXDeallocatorCall, which happens afterpreStmt&lt;CXXDeleteExpr&gt;, and can completely replace that callback asdemonstrated.Differential Revision: https://reviews.llvm.org/D75430

            List of files:
            /llvm-project-15.0.7/clang/test/Analysis/cxx-dynamic-memory-analysis-order.cpp</description>
        <pubDate>Sun, 01 Mar 2020 16:49:44 +0000</pubDate>
        <dc:creator>Kirst&#243;f Umann &lt;dkszelethus@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>023c4d40 - [analyzer][AnalysisOrderChecker] Display the CallEvent type in preCall/postCall</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Analysis/cxx-dynamic-memory-analysis-order.cpp#023c4d40</link>
        <description>[analyzer][AnalysisOrderChecker] Display the CallEvent type in preCall/postCallExactly what it says on the tin! The included testfile demonstrates why this isimportant -- for C++ dynamic memory operators, we don&apos;t always recognize custom,or even standard-specified new/delete operators as CXXAllocatorCall orCXXDeallocatorCall.Differential Revision: https://reviews.llvm.org/D77391

            List of files:
            /llvm-project-15.0.7/clang/test/Analysis/cxx-dynamic-memory-analysis-order.cpp</description>
        <pubDate>Sun, 01 Mar 2020 16:49:44 +0000</pubDate>
        <dc:creator>Kirst&#243;f Umann &lt;dkszelethus@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
