<?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 no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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/no-werror.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>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/no-werror.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/no-werror.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>2d57e7d6 - [clang-scan-deps] use `-Wno-error` when scanning for dependencies</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/no-werror.cpp#2d57e7d6</link>
        <description>[clang-scan-deps] use `-Wno-error` when scanning for dependenciesWarnings can be promoted to errors.But that shouldn&apos;t prevent us from getting the dependencies!Differential Revision: https://reviews.llvm.org/D64149llvm-svn: 365065

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/no-werror.cpp</description>
        <pubDate>Wed, 03 Jul 2019 18:01:32 +0000</pubDate>
        <dc:creator>Alex Lorenz &lt;arphaman@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
