<?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 PR8755.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>1a4ab7e7 - Improve error message when referencing a non-tag type with a tag</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/PR8755.cpp#1a4ab7e7</link>
        <description>Improve error message when referencing a non-tag type with a tagOther compilers accept invalid code here that we reject, and we need abetter error message to try to convince users that the code is reallyincorrect. Consider:  class Foo {    typedef MyIterHelper&lt;Foo&gt; iterator;    friend class iterator;  };Previously our wording was &quot;elaborated type refers to a typedef&quot;.&quot;elaborated type&quot; isn&apos;t widely known terminology, so the new diagnosticsays &quot;typedef &apos;iterator&apos; cannot be referenced with class specifier&quot;.Reviewers: rsmithDifferential Revision: https://reviews.llvm.org/D25216llvm-svn: 289259

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/PR8755.cpp</description>
        <pubDate>Fri, 09 Dec 2016 19:47:58 +0000</pubDate>
        <dc:creator>Reid Kleckner &lt;rnk@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0c438085 - Enhance the diagnostic for referring to a typedef with an elaborated name to be</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/PR8755.cpp#0c438085</link>
        <description>Enhance the diagnostic for referring to a typedef with an elaborated name to beas useful in a templated context as it is without templates. Fixes PR8755!llvm-svn: 124136

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/PR8755.cpp</description>
        <pubDate>Mon, 24 Jan 2011 19:01:04 +0000</pubDate>
        <dc:creator>Nick Lewycky &lt;nicholas@mxc.ca&gt;</dc:creator>
    </item>
</channel>
</rss>
