<?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 pointer-subtraction.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>efbf0136 - Only issue warning for subtraction involving null pointers on live code paths</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/pointer-subtraction.c#efbf0136</link>
        <description>Only issue warning for subtraction involving null pointers on live code pathsSummary:Change the warning produced for subtraction from (or with) a null pointerto only be produced when the code path is live.https://github.com/llvm/llvm-project/issues/54570Author: Jamie Schmeiser &lt;schmeise@ca.ibm.com&gt;Reviewed By: anarazel (Andres Freund)Differential Revision: https://reviews.llvm.org/D126816

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/pointer-subtraction.c</description>
        <pubDate>Fri, 03 Jun 2022 14:10:37 +0000</pubDate>
        <dc:creator>Jamie Schmeiser &lt;schmeise@ca.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>8c5edb59 - Use functions with prototypes when appropriate; NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/pointer-subtraction.c#8c5edb59</link>
        <description>Use functions with prototypes when appropriate; NFCA significant number of our tests in C accidentally use functionswithout prototypes. This patch converts the function signatures to havea prototype for the situations where the test is not specific to K&amp;R Cdeclarations. e.g.,  void func();becomes  void func(void);This is the second batch of tests being updated (there are a significantnumber of other tests left to be updated).

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/pointer-subtraction.c</description>
        <pubDate>Fri, 04 Feb 2022 20:19:56 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>9cb00b9e - Reland Produce warning for performing pointer arithmetic on a null pointer.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/pointer-subtraction.c#9cb00b9e</link>
        <description>Reland Produce warning for performing pointer arithmetic on a null pointer.Summary:Test and produce warning for subtracting a pointer from null or subtractingnull from a pointer.This reland adds the functionality that the warning is no longer reusing anexisting warning, it has different wording for C vs C++ to refect the factthat nullptr-nullptr has defined behaviour in C++,  it is suppressedwhen the warning is triggered by a system header and adds-Wnull-pointer-subtraction to allow the warning to be controlled.  -Wextraimplies -Wnull-pointer-subtraction.Author: Jamie Schmeiser &lt;schmeise@ca.ibm.com&gt;Reviewed By: efriedma (Eli Friedman), nickdesaulniers (Nick Desaulniers)Differential Revision: https://reviews.llvm.org/D98798

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/pointer-subtraction.c</description>
        <pubDate>Tue, 20 Jul 2021 14:12:20 +0000</pubDate>
        <dc:creator>Jamie Schmeiser &lt;schmeise@ca.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
