<?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 placement-new-user-defined.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>bc29069d - [analyzer] Enable PlacementNewChecker by default</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Analysis/placement-new-user-defined.cpp#bc29069d</link>
        <description>[analyzer] Enable PlacementNewChecker by default

            List of files:
            /llvm-project-15.0.7/clang/test/Analysis/placement-new-user-defined.cpp</description>
        <pubDate>Tue, 21 Jan 2020 10:39:36 +0000</pubDate>
        <dc:creator>Gabor Marton &lt;gabor.marton@ericsson.com&gt;</dc:creator>
    </item>
<item>
        <title>13ec473b - [analyzer] Move PlacementNewChecker to alpha</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Analysis/placement-new-user-defined.cpp#13ec473b</link>
        <description>[analyzer] Move PlacementNewChecker to alpha

            List of files:
            /llvm-project-15.0.7/clang/test/Analysis/placement-new-user-defined.cpp</description>
        <pubDate>Fri, 10 Jan 2020 18:21:47 +0000</pubDate>
        <dc:creator>Gabor Marton &lt;gabor.marton@ericsson.com&gt;</dc:creator>
    </item>
<item>
        <title>5e7beb0a - [analyzer] Add PlacementNewChecker</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Analysis/placement-new-user-defined.cpp#5e7beb0a</link>
        <description>[analyzer] Add PlacementNewCheckerSummary:This checker verifies if default placement new is provided with pointersto sufficient storage capacity.Noncompliant Code Example:  #include &lt;new&gt;  void f() {    short s;    long *lp = ::new (&amp;s) long;  }Based on SEI CERT rule MEM54-CPPhttps://wiki.sei.cmu.edu/confluence/display/cplusplus/MEM54-CPP.+Provide+placement+new+with+properly+aligned+pointeThis patch does not implement checking of the alignment.Reviewers: NoQ, xazax.hunSubscribers: mgorny, whisperity, xazax.hun, baloghadamsoftware, szepet,rnkovacs, a.sidorin, mikhail.ramalho, donatTags: #clangDifferential Revision: https://reviews.llvm.org/D71612

            List of files:
            /llvm-project-15.0.7/clang/test/Analysis/placement-new-user-defined.cpp</description>
        <pubDate>Fri, 10 Jan 2020 15:51:14 +0000</pubDate>
        <dc:creator>Gabor Marton &lt;gabor.marton@ericsson.com&gt;</dc:creator>
    </item>
</channel>
</rss>
