<?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>a21c8e14 - When preprocessing with -frewrite-imports and -fmodule-file=, do not pass all</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/Inputs/preprocess/module.modulemap#a21c8e14</link>
        <description>When preprocessing with -frewrite-imports and -fmodule-file=, do not pass allmodules to preprocessing of nested .pcm files.Making those module files available results in loading more .pcm files thannecessary, and potentially in misbehavior if a module makes itself visibleduring its own compilation (as parts of that module that have not yet beenprocessed would then become visible).llvm-svn: 306320

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/Inputs/preprocess/module.modulemap</description>
        <pubDate>Mon, 26 Jun 2017 19:39:25 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>c5247e67 - [modules] When we #include a local submodule header that we&apos;ve already built,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/Inputs/preprocess/module.modulemap#c5247e67</link>
        <description>[modules] When we #include a local submodule header that we&apos;ve already built,and it has an include guard, produce callbacks for a module import, not for askipped non-modular header.Fixes -E output when preprocessing a module to list these cases as a moduleimport, rather than suppressing the #include and losing the import side effect.llvm-svn: 304183

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/Inputs/preprocess/module.modulemap</description>
        <pubDate>Tue, 30 May 2017 02:03:19 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>d1386300 - Add #pragma clang module begin/end pragmas and generate them when preprocessing a module.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/Inputs/preprocess/module.modulemap#d1386300</link>
        <description>Add #pragma clang module begin/end pragmas and generate them when preprocessing a module.These pragmas are intended to simulate the effect of entering or leaving a filewith an associated module. This is not completely implemented yet: declarationsbetween the pragmas will not be attributed to the correct module, but macrovisibility is already functional.Modules named by #pragma clang module begin must already be known to clang (insome module map that&apos;s either loaded or on the search path).llvm-svn: 302098

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/Inputs/preprocess/module.modulemap</description>
        <pubDate>Thu, 04 May 2017 00:29:54 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>4eca9b93 - [modules] When using -E, we may try to merge decls despite having no Sema</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/Inputs/preprocess/module.modulemap#4eca9b93</link>
        <description>[modules] When using -E, we may try to merge decls despite having no Semaobject. In such a case, use the TU&apos;s DC for merging global decls rather thangiving up when we find there is no TU scope.Ultimately, we should probably avoid all loading of decls when preprocessing,but there are other reasonable use cases for loading an AST file with no Semaobject for which this is the right thing.llvm-svn: 228234

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/Inputs/preprocess/module.modulemap</description>
        <pubDate>Wed, 04 Feb 2015 23:37:59 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
