<?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 fixed-enum.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>14d47cfd - [Sema] Suppress a warning about a forward-declared fixed enum in C mode</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/fixed-enum.c#14d47cfd</link>
        <description>[Sema] Suppress a warning about a forward-declared fixed enum in C modeAs of r343360, we support fixed-enums in C. This lead to somewarnings in project headers where a fixed enum is forward declaredthen later defined. In C++, this is fine, the forward declaration istreated as a complete type even though the definition isn&apos;t present.We use this rule in C too, but still warn about the forwarddeclaration anyways. This patch suppresses the warning.rdar://problem/47356469Differential revision: https://reviews.llvm.org/D56879llvm-svn: 351595

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/fixed-enum.c</description>
        <pubDate>Fri, 18 Jan 2019 21:33:23 +0000</pubDate>
        <dc:creator>Erik Pilkington &lt;erik.pilkington@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f11db13 - Support enums with a fixed underlying type in all language modes.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/fixed-enum.c#6f11db13</link>
        <description>Support enums with a fixed underlying type in all language modes.Previously we supported these in C++, ObjC, and C with -fms-extensions.rdar://43831380Differential revision: https://reviews.llvm.org/D52339llvm-svn: 343360

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/fixed-enum.c</description>
        <pubDate>Fri, 28 Sep 2018 20:24:58 +0000</pubDate>
        <dc:creator>Erik Pilkington &lt;erik.pilkington@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
