<?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 ast-dump-lambda-body-not-duplicated.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e4d178a7 - [clang][Serialization] Don&apos;t duplicate the body of LambdaExpr during deserialization</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/AST/ast-dump-lambda-body-not-duplicated.cpp#e4d178a7</link>
        <description>[clang][Serialization] Don&apos;t duplicate the body of LambdaExpr during deserialization05843dc6ab97a00cbde7aa4f08bf3692eb83109d changed the serialization of the bodyof LambdaExpr to avoid a mutation in LambdaExpr::getBody and to avoid a missingbody in LambdaExpr::children.Unfortunately this replaced one bug by another: we are now duplicating the bodyduring deserialization; that is after deserialization the identity:E-&gt;getBody() == E-&gt;getCallOperator()-&gt;getBody() does not hold.Fix that by instead lazily loading the body from the call operator when needed.Differential Revision: https://reviews.llvm.org/D83009Reviewed By: martong, aaron.ballman, vabridgers

            List of files:
            /llvm-project-15.0.7/clang/test/AST/ast-dump-lambda-body-not-duplicated.cpp</description>
        <pubDate>Thu, 02 Jul 2020 13:13:35 +0000</pubDate>
        <dc:creator>Bruno Ricci &lt;riccibrun@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
