<?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 module.modulemap</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c6c8d4a1 - [modules] Fix crash in call to `FunctionDecl::setPure()`</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/Inputs/set-pure-crash/module.modulemap#c6c8d4a1</link>
        <description>[modules] Fix crash in call to `FunctionDecl::setPure()`In some cases, when deserializing a `CXXMethodDecl` of a `CXXSpecializationTemplateDecl`,the call to `FunctionDecl::setPure()` happens before the `DefinitionData` member has beenpopulated (which appears to happen lower down in a `mergeRedeclarable` call), causing acrash (https://reviews.llvm.org/P8228).This diff fixes this by deferring the `FunctionDecl::setPure()` till after the `DefinitionData` hasbeen filled in.Reviewed By: lxfindDifferential Revision: https://reviews.llvm.org/D86853

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/Inputs/set-pure-crash/module.modulemap</description>
        <pubDate>Wed, 18 Nov 2020 19:54:34 +0000</pubDate>
        <dc:creator>Andrew Gallagher &lt;andrewjcg@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
