<?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>1206b95e - [ASTReader] Only mark module out of date if not already compiled</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/Inputs/error/module.modulemap#1206b95e</link>
        <description>[ASTReader] Only mark module out of date if not already compiledIf a module contains errors (ie. it was built with-fallow-pcm-with-compiler-errors and had errors) and was from the modulecache, it is marked as out of date - seea2c1054c303f20be006e9ef20739dbb88bd9ae02.When a module is imported multiple times in the one compile, this causedit to be recompiled each time - removing the existing buffer from themodule cache and replacing it. This results in various errors furtherdown the line.Instead, only mark the module as out of date if it isn&apos;t alreadyfinalized in the module cache.Reviewed By: akyrtziDifferential Revision: https://reviews.llvm.org/D100619

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/Inputs/error/module.modulemap</description>
        <pubDate>Sat, 17 Apr 2021 00:55:39 +0000</pubDate>
        <dc:creator>Ben Barham &lt;ben_barham@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>a2c1054c - [ASTReader] Always rebuild a cached module that has errors</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/Inputs/error/module.modulemap#a2c1054c</link>
        <description>[ASTReader] Always rebuild a cached module that has errorsA module in the cache with an error should just be a cache miss. Ifallowing errors (with -fallow-pcm-with-compiler-errors), a rebuild isneeded so that the appropriate diagnostics are output and in case searchpaths have changed. If not allowing errors, the module was built*allowing* errors and thus should be rebuilt regardless.Reviewed By: akyrtziDifferential Revision: https://reviews.llvm.org/D95989

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/Inputs/error/module.modulemap</description>
        <pubDate>Thu, 04 Feb 2021 06:02:29 +0000</pubDate>
        <dc:creator>Ben Barham &lt;ben_barham@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
