<?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 cstring-syntax-weird2.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0dd49a56 - Use functions with prototypes when appropriate; NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Analysis/cstring-syntax-weird2.c#0dd49a56</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 eighth batch of tests being updated (there are asignificant number of other tests left to be updated).

            List of files:
            /llvm-project-15.0.7/clang/test/Analysis/cstring-syntax-weird2.c</description>
        <pubDate>Sat, 12 Feb 2022 12:23:43 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>630f7daf - [analyzer] Fix analyzer warnings on analyzer.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Analysis/cstring-syntax-weird2.c#630f7daf</link>
        <description>[analyzer] Fix analyzer warnings on analyzer.Write tests for the actual crash that was found. Write comments and refactorcode around 17 style bugs and suppress 3 false positives.Differential Revision: https://reviews.llvm.org/D66847llvm-svn: 370246

            List of files:
            /llvm-project-15.0.7/clang/test/Analysis/cstring-syntax-weird2.c</description>
        <pubDate>Wed, 28 Aug 2019 18:44:38 +0000</pubDate>
        <dc:creator>Artem Dergachev &lt;artem.dergachev@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
