<?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-cast-function-type.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>17051365 - Fix pluralization error in diagnostic, and move C++ testcase to proper</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/warn-cast-function-type.c#17051365</link>
        <description>Fix pluralization error in diagnostic, and move C++ testcase to properdirectory.

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/warn-cast-function-type.c</description>
        <pubDate>Tue, 30 Mar 2021 23:10:32 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>217f0f73 - [Clang][Sema] Implement GCC -Wcast-function-type</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/warn-cast-function-type.c#217f0f73</link>
        <description>[Clang][Sema] Implement GCC -Wcast-function-type```Warn when a function pointer is cast to an incompatible functionpointer. In a cast involving function types with a variable argumentlist only the types of initial arguments that are provided areconsidered. Any parameter of pointer-type matches any otherpointer-type. Any benign differences in integral types are ignored, likeint vs. long on ILP32 targets. Likewise type qualifiers are ignored. Thefunction type void (*) (void) is special and matches everything, whichcan be used to suppress this warning. In a cast involving pointer tomember types this warning warns whenever the type cast is changing thepointer to member type. This warning is enabled by -Wextra.```Reviewed By: rsmithDifferential Revision: https://reviews.llvm.org/D97831

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/warn-cast-function-type.c</description>
        <pubDate>Wed, 24 Mar 2021 23:03:13 +0000</pubDate>
        <dc:creator>Yuanfang Chen &lt;yuanfang.chen@sony.com&gt;</dc:creator>
    </item>
</channel>
</rss>
