<?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 warn-variable-not-needed.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>22db4824 - Use functions with prototypes when appropriate; NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/warn-variable-not-needed.c#22db4824</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 third 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/warn-variable-not-needed.c</description>
        <pubDate>Mon, 07 Feb 2022 14:24:09 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>77c60085 - Consider hidden decls for isUsed checks.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/warn-variable-not-needed.c#77c60085</link>
        <description>Consider hidden decls for isUsed checks.This fixes pr17624.A FIXME from Richard Smith:It seems to me that the root cause is that a per-Decl &apos;used&apos; flag doesn&apos;treally make much sense in the way we use it now. I think we should either trackwhether that particular declaration is used (with isUsed scanning the entireredecl chain), or we should only have one flag for the entire redeclarationchain (perhaps by always looking at the flag on either the most recent decl orthe canonical decl). Modeling it as &quot;is this declaration or any previousdeclaration used&quot; is weird, and requires contortions like the loop at the endof Sema::MarkFunctionReferenced.llvm-svn: 193202

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/warn-variable-not-needed.c</description>
        <pubDate>Tue, 22 Oct 2013 21:56:29 +0000</pubDate>
        <dc:creator>Rafael Espindola &lt;rafael.espindola@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
