<?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 cxx-trailing-return.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b13eb8dc - Allow -verify directives to be filtered by preprocessing.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/PCH/cxx-trailing-return.cpp#b13eb8dc</link>
        <description>Allow -verify directives to be filtered by preprocessing.This is accomplished by making VerifyDiagnosticsConsumer a CommentHandler,which then only reads the -verify directives that are actually in liveblocks of code. It also makes it simpler to handle -verify directives thatappear in header files, though we still have to manually reparse some filesdepending on how they are generated.This requires some test changes. In particular, all PCH tests now have their-verify directives outside the &quot;header&quot; portion of the file, using the @linesyntax added in r159978. Other tests have been modified mostly to make itclear what is being tested, and to prevent polluting the expected output withthe directives themselves.Patch by Andy Gibbs! (with slight modifications)The new Frontend/verify-* tests exercise the functionality of this commit,as well as r159978, r159979, and r160053 (Andy&apos;s other -verify enhancements).llvm-svn: 160068

            List of files:
            /llvm-project-15.0.7/clang/test/PCH/cxx-trailing-return.cpp</description>
        <pubDate>Wed, 11 Jul 2012 19:58:23 +0000</pubDate>
        <dc:creator>Jordan Rose &lt;jordan_rose@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>5e580292 - Track whether a function type has a trailing return type as type sugar. Use this</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/PCH/cxx-trailing-return.cpp#5e580292</link>
        <description>Track whether a function type has a trailing return type as type sugar. Use thisto pretty-print such function types better, and to fix a case where we were notinstantiating templates in lexical order. In passing, move the Variadic bit fromType&apos;s bitfields to FunctionProtoType to get the Type bitfields down to 32 bits.Also ensure that we always substitute the return type of a function whensubstituting explicitly-specified arguments, since that can cause us to bailout with a SFINAE error before we hit a hard error in parameter substitution.llvm-svn: 150241

            List of files:
            /llvm-project-15.0.7/clang/test/PCH/cxx-trailing-return.cpp</description>
        <pubDate>Fri, 10 Feb 2012 09:58:53 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
