<?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>b7abde03 - Reapply [VFS] Skip non existent files from the VFS tree</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/VFS/Inputs/Bar.framework/Modules/module.modulemap#b7abde03</link>
        <description>Reapply [VFS] Skip non existent files from the VFS treeReapply r278457 with test fixed to not abouse fs case sensitivity.When the VFS uses a YAML file, the real file path for avirtual file is described in the &quot;external-contents&quot; field. Example:  ...  {     &apos;type&apos;: &apos;file&apos;,     &apos;name&apos;: &apos;a.h&apos;,     &apos;external-contents&apos;: &apos;/a/b/c/a.h&apos;  }Currently, when parsing umbrella directories, we usevfs::recursive_directory_iterator to gather the header files to generate theequivalent modules for. If the external contents for a header does not exist,we currently are unable to build a module, since the VFSvfs::recursive_directory_iterator will fail when it finds an entry without areliable real path.Since the YAML file could be prepared ahead of time and shared amongdifferent compiler invocations, an entry might not yet have a reliablepath in &apos;external-contents&apos;, breaking the iteration.Give the VFS the capability to skip such entries whenever&apos;ignore-non-existent-contents&apos; property is set in the YAML file.rdar://problem/27531549llvm-svn: 278543

            List of files:
            /llvm-project-15.0.7/clang/test/VFS/Inputs/Bar.framework/Modules/module.modulemap</description>
        <pubDate>Fri, 12 Aug 2016 18:18:24 +0000</pubDate>
        <dc:creator>Bruno Cardoso Lopes &lt;bruno.cardoso@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1dc8a422 - [VFS] Skip non existent files from the VFS tree</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/VFS/Inputs/Bar.framework/Modules/module.modulemap#1dc8a422</link>
        <description>[VFS] Skip non existent files from the VFS treeWhen the VFS uses a YAML file, the real file path for avirtual file is described in the &quot;external-contents&quot; field. Example:  ...  {     &apos;type&apos;: &apos;file&apos;,     &apos;name&apos;: &apos;a.h&apos;,     &apos;external-contents&apos;: &apos;/a/b/c/a.h&apos;  }Currently, when parsing umbrella directories, we usevfs::recursive_directory_iterator to gather the header files to generate theequivalent modules for. If the external contents for a header does not exist,we currently are unable to build a module, since the VFSvfs::recursive_directory_iterator will fail when it finds an entry without areliable real path.Since the YAML file could be prepared ahead of time and shared amongdifferent compiler invocations, an entry might not yet have a reliablepath in &apos;external-contents&apos;, breaking the iteration.Give the VFS the capability to skip such entries whenever&apos;ignore-non-existent-contents&apos; property is set in the YAML file.rdar://problem/27531549llvm-svn: 278457

            List of files:
            /llvm-project-15.0.7/clang/test/VFS/Inputs/Bar.framework/Modules/module.modulemap</description>
        <pubDate>Fri, 12 Aug 2016 01:51:04 +0000</pubDate>
        <dc:creator>Bruno Cardoso Lopes &lt;bruno.cardoso@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
