<?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 instantiate-attr.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a61b202d - [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp#a61b202d</link>
        <description>[Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a functionPrevious warning went on whenever a struct with a struct member with alignment =&gt; 16was declared. This led to too many false positives and led to diagnostic lit failuresdue to it being emitted too frequently. Only emit the warning when such a struct andthat struct contains a member that has an alignment of 16 bytes is passed to a callerfunction since this is where the potential binary compatibility issue with XL 16.1.0and older exists.Reviewed By: sfertile, aaron.ballmanDifferential Revision: https://reviews.llvm.org/D118350

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp</description>
        <pubDate>Wed, 13 Jul 2022 19:32:16 +0000</pubDate>
        <dc:creator>Zarko Todorovski &lt;zarko@ca.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>245b8e56 - [NFC][AIX]Disable failed tests due to aggressive byval alignment warning on AIX</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp#245b8e56</link>
        <description>[NFC][AIX]Disable failed tests due to aggressive byval alignment warning on AIXThese tests emit unexpected diagnostics on AIX because the byval alignment warning is emitted too aggressively. https://reviews.llvm.org/D118350 is supposed to provide a proper fix to the problem, but for the time being disable the tests to unblock.Differential Revision: https://reviews.llvm.org/D118670

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp</description>
        <pubDate>Tue, 01 Feb 2022 16:23:50 +0000</pubDate>
        <dc:creator>Steven Wan &lt;wanyu9511@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c087c3f6 - Add missing check to warning for packed attribute.  PR14259.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp#c087c3f6</link>
        <description>Add missing check to warning for packed attribute.  PR14259.llvm-svn: 167510

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp</description>
        <pubDate>Wed, 07 Nov 2012 00:35:20 +0000</pubDate>
        <dc:creator>Eli Friedman &lt;eli.friedman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c6e68daa - Prior to adding the new &quot;expected-no-diagnostics&quot; directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp#c6e68daa</link>
        <description>Prior to adding the new &quot;expected-no-diagnostics&quot; directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.llvm-svn: 166280

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp</description>
        <pubDate>Fri, 19 Oct 2012 12:44:48 +0000</pubDate>
        <dc:creator>Andy Gibbs &lt;andyg1001@hotmail.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>6602bb11 - Instantiate attributes from the pattern record when instantiating</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp#6602bb11</link>
        <description>Instantiate attributes from the pattern record when instantiatinga class template.  Fixes rdar://problem/8243419.llvm-svn: 109967

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp</description>
        <pubDate>Sun, 01 Aug 2010 02:01:53 +0000</pubDate>
        <dc:creator>John McCall &lt;rjmccall@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>96cdb159 - Instantiate attributes on typedefs. This is a quick fix for PR7148,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp#96cdb159</link>
        <description>Instantiate attributes on typedefs. This is a quick fix for PR7148,when we really need a proper audit of our handling of attributes intemplates.llvm-svn: 103999

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp</description>
        <pubDate>Mon, 17 May 2010 23:46:49 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.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/SemaTemplate/instantiate-attr.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/SemaTemplate/instantiate-attr.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>3d709759 - When instantiating a field decl, make sure to clone its attributes. With this change FileCheck no longer crashes when it&apos;s run without any arguments.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp#3d709759</link>
        <description>When instantiating a field decl, make sure to clone its attributes. With this change FileCheck no longer crashes when it&apos;s run without any arguments.llvm-svn: 86344

            List of files:
            /llvm-project-15.0.7/clang/test/SemaTemplate/instantiate-attr.cpp</description>
        <pubDate>Sat, 07 Nov 2009 06:07:58 +0000</pubDate>
        <dc:creator>Anders Carlsson &lt;andersca@mac.com&gt;</dc:creator>
    </item>
</channel>
</rss>
