<?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 has_include_if_elif.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b58a420f - [Tooling/DependencyScanning] Rename refactorings towards transitioning dependency scanning to use pre-lexed preprocessor directive tokens</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/has_include_if_elif.cpp#b58a420f</link>
        <description>[Tooling/DependencyScanning] Rename refactorings towards transitioning dependency scanning to use pre-lexed preprocessor directive tokensThis is first of a series of patches for making the special lexing for dependency scanning a first-class feature of the `Preprocessor` and `Lexer`.This patch only includes NFC renaming changes to make reviewing of the functionality changing parts easier.Differential Revision: https://reviews.llvm.org/D125484

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/has_include_if_elif.cpp</description>
        <pubDate>Thu, 12 May 2022 04:21:17 +0000</pubDate>
        <dc:creator>Argyrios Kyrtzidis &lt;kyrtzidis@apple.com&gt;</dc:creator>
    </item>
<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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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/has_include_if_elif.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>38953052 - [clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missing `__has_include` dependencies</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/ClangScanDeps/has_include_if_elif.cpp#38953052</link>
        <description>[clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missing `__has_include` dependenciesThis patch makes the minimizer more conservative to avoid missing dependency files that are brought in by __has_includePP expressions that occur in a condition of an #if/#elif that was previously skipped. The __has_include PP expressionscan be used in an #if/#elif either directly, or through macro expansion, so we can&apos;t detect them at the time of minimization.Differential Revision: https://reviews.llvm.org/D70936

            List of files:
            /llvm-project-15.0.7/clang/test/ClangScanDeps/has_include_if_elif.cpp</description>
        <pubDate>Tue, 03 Dec 2019 01:38:40 +0000</pubDate>
        <dc:creator>Alex Lorenz &lt;arphaman@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
