<?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 implicit-int.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2cb2cd24 - Change the behavior of implicit int diagnostics</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp#2cb2cd24</link>
        <description>Change the behavior of implicit int diagnosticsC89 allowed a type specifier to be elided with the resulting type beingint, aka implicit int behavior. This feature was subsequently removedin C99 without a deprecation period, so implementations continued tosupport the feature. Now, as with implicit function declarations, is agood time to reevaluate the need for this support.This patch allows -Wimplicit-int to issue warnings in C89 mode (off bydefault), defaults the warning to an error in C99 through C17, anddisables support for the feature entirely in C2x. It also removes awarning about missing declaration specifiers that really was just animplicit int warning in disguise and other minor related cleanups.

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp</description>
        <pubDate>Wed, 04 May 2022 12:34:26 +0000</pubDate>
        <dc:creator>Aaron Ballman &lt;aaron@aaronballman.com&gt;</dc:creator>
    </item>
<item>
        <title>8fbe78f6 - Update tests to use %clang_cc1 instead of &apos;clang-cc&apos; or &apos;clang -cc1&apos;.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp#8fbe78f6</link>
        <description>Update tests to use %clang_cc1 instead of &apos;clang-cc&apos; or &apos;clang -cc1&apos;. - This is designed to make it obvious that %clang_cc1 is a &quot;test variable&quot;   which is substituted. It is &apos;%clang_cc1&apos; instead of &apos;%clang -cc1&apos; because it   can be useful to redefine what gets run as &apos;clang -cc1&apos; (for example, to set   a default target).llvm-svn: 91446

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp</description>
        <pubDate>Tue, 15 Dec 2009 20:14:24 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>7427fe28 - Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away).</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp#7427fe28</link>
        <description>Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away).llvm-svn: 90066

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp</description>
        <pubDate>Sun, 29 Nov 2009 09:31:53 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>ec87bb5c - Disabling some MS extensions which cause these tests to fail</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp#ec87bb5c</link>
        <description>Disabling some MS extensions which cause these tests to failllvm-svn: 85236

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp</description>
        <pubDate>Tue, 27 Oct 2009 14:31:53 +0000</pubDate>
        <dc:creator>John Thompson &lt;John.Thompson.JTSoftware@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a45cf5b6 - Rename clang to clang-cc.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp#a45cf5b6</link>
        <description>Rename clang to clang-cc.Tests and drivers updated, still need to shuffle dirs.llvm-svn: 67602

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp</description>
        <pubDate>Tue, 24 Mar 2009 02:24:46 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>5978cdb5 - Make &quot;implicit int&quot; an error in C++ (unless we&apos;re allowing Microsoft</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp#5978cdb5</link>
        <description>Make &quot;implicit int&quot; an error in C++ (unless we&apos;re allowing Microsoftextensions). This caught a couple bugs in our test suite :)llvm-svn: 64686

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/implicit-int.cpp</description>
        <pubDate>Mon, 16 Feb 2009 22:38:20 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
