<?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 no-store-suppression.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5c6fc36d - [analyzer] NoStoreFuncVisitor: Suppress reports with no-store in system headers.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Analysis/no-store-suppression.cpp#5c6fc36d</link>
        <description>[analyzer] NoStoreFuncVisitor: Suppress reports with no-store in system headers.The idea behind this heuristic is that normally the visitor is there toinform the user that a certain function may fail to initialize a certainout-parameter. For system header functions this is usually dictated by thecontract, and it&apos;s unlikely that the header function has accidentallyforgot to put the value into the out-parameter; it&apos;s more likelythat the user has intentionally skipped the error check.Warnings on skipped error checks are more like security warnings;they aren&apos;t necessarily useful for all users, and they should insteadbe introduced on a per-API basis.Differential Revision: https://reviews.llvm.org/D60107llvm-svn: 357810

            List of files:
            /llvm-project-15.0.7/clang/test/Analysis/no-store-suppression.cpp</description>
        <pubDate>Fri, 05 Apr 2019 20:18:53 +0000</pubDate>
        <dc:creator>Artem Dergachev &lt;artem.dergachev@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
