<?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 test.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b1cc94b2 - [AST] Only store the needed data in IfStmt</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Import/if-stmt/test.cpp#b1cc94b2</link>
        <description>[AST] Only store the needed data in IfStmtOnly store the needed data in IfStmt. This cuts the size of IfStmtby up to 3 pointers + 1 SourceLocation. The order of the childrenis intentionally kept the same even though it would be moreconvenient to put the optional trailing objects last. Additionallyuse the newly available space in the bit-fields of Stmt to storethe location of the &quot;if&quot;.The result of this is that for the common case of anif statement of the form:if (some_cond)  some_statementthe size of IfStmt is brought down to 8 bytes + 2 pointers,instead of 8 bytes + 5 pointers + 2 SourceLocation.Differential Revision: https://reviews.llvm.org/D53607Reviewed By: rjmccallllvm-svn: 345464

            List of files:
            /llvm-project-15.0.7/clang/test/Import/if-stmt/test.cpp</description>
        <pubDate>Sat, 27 Oct 2018 21:12:20 +0000</pubDate>
        <dc:creator>Bruno Ricci &lt;riccibrun@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f78af0c9 - [ASTImporter] Add test for IfStmt</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Import/if-stmt/test.cpp#f78af0c9</link>
        <description>[ASTImporter] Add test for IfStmtReviewers: a.sidorin, hiradityaReviewed By: hiradityaSubscribers: hiraditya, martong, cfe-commitsDifferential Revision: https://reviews.llvm.org/D50796llvm-svn: 339827

            List of files:
            /llvm-project-15.0.7/clang/test/Import/if-stmt/test.cpp</description>
        <pubDate>Wed, 15 Aug 2018 22:36:58 +0000</pubDate>
        <dc:creator>Raphael Isemann &lt;teemperor@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
