<?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 cxx11-statement-attributes.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c79345fb - [NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity test/check in clang/test</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/PCH/cxx11-statement-attributes.cpp#c79345fb</link>
        <description>[NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity test/check in clang/testPart of work to use more inclusive terms in clang/llvm.

            List of files:
            /llvm-project-15.0.7/clang/test/PCH/cxx11-statement-attributes.cpp</description>
        <pubDate>Wed, 24 Nov 2021 14:52:01 +0000</pubDate>
        <dc:creator>Zarko Todorovski &lt;zarko@ca.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>4f902c7e - P0188R1: add support for standard [[fallthrough]] attribute. This is almost</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/PCH/cxx11-statement-attributes.cpp#4f902c7e</link>
        <description>P0188R1: add support for standard [[fallthrough]] attribute. This is almostexactly the same as clang&apos;s existing [[clang::fallthrough]] attribute, whichhas been updated to have the same semantics. The one significant differenceis that [[fallthrough]] is ill-formed if it&apos;s not used immediately before aswitch label (even when -Wimplicit-fallthrough is disabled). To support that,we now build a CFG of any function that uses a &apos;[[fallthrough]];&apos; statementto check.In passing, fix some bugs with our support for statement attributes -- inparticular, diagnose their use on declarations, rather than asserting.llvm-svn: 262881

            List of files:
            /llvm-project-15.0.7/clang/test/PCH/cxx11-statement-attributes.cpp</description>
        <pubDate>Tue, 08 Mar 2016 00:32:55 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>fcc699ae - Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/PCH/cxx11-statement-attributes.cpp#fcc699ae</link>
        <description>Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.VerifyDiagnosticConsumer previously would not check that the diagnostic andits matching directive referenced the same source file.  Common practice wasto create directives that referenced other files but only by line number,and this led to problems such as when the file containing the directivedidn&apos;t have enough lines to match the location of the diagnostic in theother file, leading to bizarre file formatting and other oddities.This patch causes VerifyDiagnosticConsumer to match source files as well asline numbers.  Therefore, a new syntax is made available for directives, forexample:// expected-error@file:line {{diagnostic message}}This extends the @line feature where &quot;file&quot; is the file where the diagnosticis generated.  The @line syntax is still available and uses the current filefor the diagnostic.  &quot;file&quot; can be specified either as a relative or absolutepath - although the latter has less usefulness, I think!  The #include searchpaths will be used to locate the file and if it is not found an error will begenerated.The new check is not optional: if the directive is in a different file to thediagnostic, the file must be specified.  Therefore, a number of test-caseshave been updated with regard to this.This closes out PR15613.llvm-svn: 179677

            List of files:
            /llvm-project-15.0.7/clang/test/PCH/cxx11-statement-attributes.cpp</description>
        <pubDate>Wed, 17 Apr 2013 08:06:46 +0000</pubDate>
        <dc:creator>Andy Gibbs &lt;andyg1001@hotmail.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>2d4f3116 - Added a test for C++11 statement attributes serialization.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/PCH/cxx11-statement-attributes.cpp#2d4f3116</link>
        <description>Added a test for C++11 statement attributes serialization.Summary: Uses [[clang::fallthrough]] attribute in a template function, and -Wimplicit-fallthrough to check the attribute presence in an instantiation.Reviewers: rsmithReviewed By: rsmithCC: cfe-commitsDifferential Revision: http://llvm-reviews.chandlerc.com/D55llvm-svn: 165068

            List of files:
            /llvm-project-15.0.7/clang/test/PCH/cxx11-statement-attributes.cpp</description>
        <pubDate>Tue, 02 Oct 2012 23:11:53 +0000</pubDate>
        <dc:creator>Alexander Kornienko &lt;alexfh@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
