<?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 vfsoverlay.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>6bb836af - Revert &quot;[clang][deps] NFC: De-duplicate clang-cl tests&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp#6bb836af</link>
        <description>Revert &quot;[clang][deps] NFC: De-duplicate clang-cl tests&quot;This reverts commit 30cb49b44e4e2af2e0627b2aa33df0ba57ab9e55.It caused test failures on Fuchsia Toolchain Mac builds:https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-mac-x64/b8818888168677577537/overview

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp</description>
        <pubDate>Thu, 24 Mar 2022 18:10:08 +0000</pubDate>
        <dc:creator>Gulfem Savrun Yeniceri &lt;gulfem@google.com&gt;</dc:creator>
    </item>
<item>
        <title>30cb49b4 - [clang][deps] NFC: De-duplicate clang-cl tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp#30cb49b4</link>
        <description>[clang][deps] NFC: De-duplicate clang-cl testsIn D92191, a bunch of test cases were added to check `clang-scan-deps` works in `clang-cl` mode as well.We don&apos;t need to duplicate all test cases, though. Testing the few special cases we have in `clang-scan-deps` for `clang-cl` should be good enough:1. Deducing output path (and therefore target name in our make output).2. Ignoring `-Xclang` arguments in step 1.3. Deducing resource directory by invoking the compiler executuable.This test de-duplicates the extra clang-cl test cases.Reviewed By: dexonsmith, saudiDifferential Revision: https://reviews.llvm.org/D121812

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp</description>
        <pubDate>Wed, 23 Mar 2022 14:29:49 +0000</pubDate>
        <dc:creator>Jan Svoboda &lt;jan_svoboda@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>8c16c8b7 - Reland &quot;[clang-scan-deps] Add support for clang-cl&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp#8c16c8b7</link>
        <description>Reland &quot;[clang-scan-deps] Add support for clang-cl&quot;This reverts commit 199c39748292cbc89cd148a0d8364ebb1014ec38.This time, clang-scan-deps&apos;s search for output argument in clang-cl command line will now ignore arguments preceded by &quot;-Xclang&quot;.That way, it won&apos;t detect a /o argument in &quot;-Xclang -ivfsoverlay -Xclang /opt/subpath&quot;Initial patch description:clang-scan-deps contains some command line parsing and modifications.This patch adds support for clang-cl command options.Differential Revision: https://reviews.llvm.org/D92191

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp</description>
        <pubDate>Tue, 20 Apr 2021 20:56:49 +0000</pubDate>
        <dc:creator>Sylvain Audi &lt;sylvain.audi@ubisoft.com&gt;</dc:creator>
    </item>
<item>
        <title>199c3974 - Revert &quot;[clang-scan-deps] Add support for clang-cl&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp#199c3974</link>
        <description>Revert &quot;[clang-scan-deps] Add support for clang-cl&quot;This reverts commit bb26fa8c286bf524ed9235c3e293ad22ecf3e984.

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp</description>
        <pubDate>Mon, 19 Apr 2021 21:43:24 +0000</pubDate>
        <dc:creator>Alexandre Ganea &lt;alexandre.ganea@ubisoft.com&gt;</dc:creator>
    </item>
<item>
        <title>bb26fa8c - [clang-scan-deps] Add support for clang-cl</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp#bb26fa8c</link>
        <description>[clang-scan-deps] Add support for clang-clclang-scan-deps contains some command line parsing and modifications.This patch adds support for clang-cl command options.Differential Revision: https://reviews.llvm.org/D92191

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp</description>
        <pubDate>Sat, 17 Apr 2021 16:49:40 +0000</pubDate>
        <dc:creator>Sylvain Audi &lt;sylvain.audi@ubisoft.com&gt;</dc:creator>
    </item>
<item>
        <title>5f53d28f - Revert &quot;[clang-scan-deps] Support clang-cl&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp#5f53d28f</link>
        <description>Revert &quot;[clang-scan-deps] Support clang-cl&quot;Reverting, as it breaks build on mac.This reverts commit 640ad769110f76d3391667249478ece88c835529.

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp</description>
        <pubDate>Mon, 14 Dec 2020 18:32:38 +0000</pubDate>
        <dc:creator>Sylvain Audi &lt;sylvain.audi@ubisoft.com&gt;</dc:creator>
    </item>
<item>
        <title>640ad769 - [clang-scan-deps] Support clang-cl</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp#640ad769</link>
        <description>[clang-scan-deps] Support clang-clclang-scan-deps contains some command line parsing and modifications.This patch adds support for clang-cl command options.Differential Revision: https://reviews.llvm.org/D92191

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp</description>
        <pubDate>Fri, 30 Oct 2020 15:21:58 +0000</pubDate>
        <dc:creator>Sylvain Audi &lt;sylvain.audi@ubisoft.com&gt;</dc:creator>
    </item>
<item>
        <title>b51a285c - [clang-scan-deps] Add dependency targets</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp#b51a285c</link>
        <description>[clang-scan-deps] Add dependency targetsDifferential Revision: https://reviews.llvm.org/D67475llvm-svn: 371697

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp</description>
        <pubDate>Thu, 12 Sep 2019 00:48:45 +0000</pubDate>
        <dc:creator>Jan Korous &lt;jkorous@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>9607f5d8 - [clang-scan-deps][NFC] Fix tests - prevent FileCheck matching test dir path</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp#9607f5d8</link>
        <description>[clang-scan-deps][NFC] Fix tests - prevent FileCheck matching test dir pathDifferential Revision: https://reviews.llvm.org/D67379llvm-svn: 371578

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp</description>
        <pubDate>Wed, 11 Sep 2019 00:30:26 +0000</pubDate>
        <dc:creator>Jan Korous &lt;jkorous@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>e1f4c4aa - [clang-scan-deps] Implementation of dependency scanner over minimized sources</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp#e1f4c4aa</link>
        <description>[clang-scan-deps] Implementation of dependency scanner over minimized sourcesThis commit implements the fast dependency scanning mode in clang-scan-deps: thepreprocessing is done on files that are minimized using the dependency directives source minimizer.A shared file system cache is used to ensure that the file system requests and source minimizationis performed only once. The cache assumes that the underlying filesystem won&apos;t change during the courseof the scan (or if it will, it will not affect the output), and it can&apos;t be evicted. This means that theservice and workers can be used for a single run of a dependency scanner, and can&apos;t be reused across multiple,incremental runs. This is something that we&apos;ll most likely support in the future though.Note that the driver still utilizes the underlying real filesystem.This commit is also still missing the fast skipped PP block skipping optimization that I mentioned at EuroLLVM talk.Additionally, the file manager is still not reused by the threads as well.Differential Revision: https://reviews.llvm.org/D63907llvm-svn: 368086

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/vfsoverlay.cpp</description>
        <pubDate>Tue, 06 Aug 2019 20:43:25 +0000</pubDate>
        <dc:creator>Alex Lorenz &lt;arphaman@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
