<?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 attr-deprecated-replacement-fixit.cpp</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/SemaCXX/attr-deprecated-replacement-fixit.cpp#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/SemaCXX/attr-deprecated-replacement-fixit.cpp</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>ccf25bbf - AvailabilityAttr: we accept &quot;macos&quot; as the platform name.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/attr-deprecated-replacement-fixit.cpp#ccf25bbf</link>
        <description>AvailabilityAttr: we accept &quot;macos&quot; as the platform name.We continue accepting &quot;macosx&quot; but canonicalize it to &quot;macos&quot;, When emittingdiagnostics, we use &quot;macOS&quot; instead of &quot;OS X&quot;.The PlatformName in TargetInfo is changed from &quot;macosx&quot; to &quot;macos&quot; so we candirectly compare the Platform in AvailabilityAttr with the PlatformNamein TargetInfo.rdar://26795172rdar://26800775llvm-svn: 274064

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/attr-deprecated-replacement-fixit.cpp</description>
        <pubDate>Tue, 28 Jun 2016 20:55:30 +0000</pubDate>
        <dc:creator>Manman Ren &lt;manman.ren@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>75bc6761 - Add replacement = &quot;xxx&quot; to AvailabilityAttr.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/attr-deprecated-replacement-fixit.cpp#75bc6761</link>
        <description>Add replacement = &quot;xxx&quot; to AvailabilityAttr.This commit adds a named argument to AvailabilityAttr, while r263652 adds anoptional string argument to __attribute__((deprecated)).This was commited in r263687 and reverted in 263752 due to misalignedaccess.rdar://20588929llvm-svn: 263958

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/attr-deprecated-replacement-fixit.cpp</description>
        <pubDate>Mon, 21 Mar 2016 17:30:55 +0000</pubDate>
        <dc:creator>Manman Ren &lt;manman.ren@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>34888f86 - Revert r263687 for ubsan bot failure.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/attr-deprecated-replacement-fixit.cpp#34888f86</link>
        <description>Revert r263687 for ubsan bot failure.llvm-svn: 263752

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/attr-deprecated-replacement-fixit.cpp</description>
        <pubDate>Thu, 17 Mar 2016 22:13:50 +0000</pubDate>
        <dc:creator>Manman Ren &lt;manman.ren@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7c4760c - Add an optional named argument (replacement = &quot;xxx&quot;) to AvailabilityAttr.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/attr-deprecated-replacement-fixit.cpp#a7c4760c</link>
        <description>Add an optional named argument (replacement = &quot;xxx&quot;) to AvailabilityAttr.This commit adds a named argument to AvailabilityAttr, while r263652 adds anoptional string argument to __attribute__((deprecated)). This enables thecompiler to provide Fix-Its for deprecated declarations.rdar://20588929llvm-svn: 263687

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/attr-deprecated-replacement-fixit.cpp</description>
        <pubDate>Thu, 17 Mar 2016 03:09:55 +0000</pubDate>
        <dc:creator>Manman Ren &lt;manman.ren@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c7890fed - Add an optional string argument to DeprecatedAttr for Fix-It.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/attr-deprecated-replacement-fixit.cpp#c7890fed</link>
        <description>Add an optional string argument to DeprecatedAttr for Fix-It.We only add this to __attribute__((deprecated)).Differential Revision: http://reviews.llvm.org/D17865llvm-svn: 263652

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/attr-deprecated-replacement-fixit.cpp</description>
        <pubDate>Wed, 16 Mar 2016 18:50:49 +0000</pubDate>
        <dc:creator>Manman Ren &lt;manman.ren@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
