<?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 invalid-member.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3423d5c9 - [AST][RecoveryExpr] Popagate the error-bit from a VarDecl&apos;s initializer to DeclRefExpr.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/invalid-member.cpp#3423d5c9</link>
        <description>[AST][RecoveryExpr] Popagate the error-bit from a VarDecl&apos;s initializer to DeclRefExpr.The error-bit was missing, if a DeclRefExpr (which refers to a VarDeclwith a contains-errors initializer).It could cause different violations in clang -- the DeclRefExpr is value-dependent,but not contains-errors, `ABC&lt;DeclRefExpr&gt;` could produce a non-errorand non-dependent type in non-template context, which will lead tocrashes in constexpr evaluation.Reviewed By: sammccallDifferential Revision: https://reviews.llvm.org/D86048

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/invalid-member.cpp</description>
        <pubDate>Mon, 05 Oct 2020 08:35:29 +0000</pubDate>
        <dc:creator>Haojian Wu &lt;hokein.wu@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>28923dc2 - [AST][RecoveryExpr] Fix a crash on a field decl with invalid type.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/invalid-member.cpp#28923dc2</link>
        <description>[AST][RecoveryExpr] Fix a crash on a field decl with invalid type.Summary:The field decl (in the testcase) was still valid, which results in avalid RecordDecl, it led to crash when performing struct layout,and computing struct size etc.Reviewers: sammccallSubscribers: cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D81913

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/invalid-member.cpp</description>
        <pubDate>Tue, 16 Jun 2020 07:25:17 +0000</pubDate>
        <dc:creator>Haojian Wu &lt;hokein.wu@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f428e09 - [AST] Fix crashes on decltype(recovery-expr).</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/invalid-member.cpp#6f428e09</link>
        <description>[AST] Fix crashes on decltype(recovery-expr).Summary: We mark these decls as invalid.Reviewers: sammccallSubscribers: cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D77037

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/invalid-member.cpp</description>
        <pubDate>Fri, 27 Mar 2020 15:21:36 +0000</pubDate>
        <dc:creator>Haojian Wu &lt;hokein.wu@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>47e7bdb1 - Test that would have caught recovery-expr crashes in 0788acbccbec. NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Sema/invalid-member.cpp#47e7bdb1</link>
        <description>Test that would have caught recovery-expr crashes in 0788acbccbec. NFC

            List of files:
            /llvm-project-15.0.7/clang/test/Sema/invalid-member.cpp</description>
        <pubDate>Thu, 26 Mar 2020 17:42:40 +0000</pubDate>
        <dc:creator>Sam McCall &lt;sam.mccall@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
