<?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 darwin-header-search-system.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5c29ffda - Revert &quot;[Driver][test] Replace ^//$ with empty string&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp#5c29ffda</link>
        <description>Revert &quot;[Driver][test] Replace ^//$ with empty string&quot;This reverts commit 4817b7729a1846b709ec02b98bfe11b0125f8e8f.It caused some `^/\n` and had some objection about its readability improvement.

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp</description>
        <pubDate>Fri, 24 Jun 2022 20:52:27 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>4817b772 - [Driver][test] Replace ^//$ with empty string</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp#4817b772</link>
        <description>[Driver][test] Replace ^//$ with empty stringThe convention does not add //\n. Having all RUN/CHECK lines separated by //\nmakes editor movement difficult (e.g. { } in Vim).

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp</description>
        <pubDate>Fri, 24 Jun 2022 18:25:03 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>332d5204 - [Driver][test] Remove unneeded -no-canonical-prefixes and -o %t.o</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp#332d5204</link>
        <description>[Driver][test] Remove unneeded -no-canonical-prefixes and -o %t.oSimilar to 980679981fbc311bc07f8cd23e3739fd56c22d2a

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp</description>
        <pubDate>Sun, 05 Jun 2022 23:06:09 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>15f0f824 - [tests][Driver] Set `--sysroot=&quot;&quot;` to allow `DEFAULT_SYSROOT` build</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp#15f0f824</link>
        <description>[tests][Driver] Set `--sysroot=&quot;&quot;` to allow `DEFAULT_SYSROOT` buildSummary:If `DEFAULT_SYSROOT` is configured to some path, some tests would fail.This patch overrides `sysroot` to be the empty string in the style ofD66834 so that the tests will pass even when the build is configuredwith a `DEFAULT_SYSROOT`.Reviewed By: mstorsjoDifferential Revision: https://reviews.llvm.org/D79694

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp</description>
        <pubDate>Fri, 15 May 2020 21:09:08 +0000</pubDate>
        <dc:creator>Hubert Tong &lt;hubert.reinterpretcast@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f96f64d0 - [driver][Darwin] Add an -ibuiltininc flag that lets Darwin driver</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp#f96f64d0</link>
        <description>[driver][Darwin] Add an -ibuiltininc flag that lets Darwin driverinclude Clang builtin headers even with -nostdincSome projects use -nostdinc, but need to access some intrinsics files when building specific files.The new -ibuiltininc flag lets them use this flag when compiling these files to ensure they canfind Clang&apos;s builtin headers.The use of -nobuiltininc after the -ibuiltininc flag does not add the builtin headersearch path to the list of header search paths.Differential Revision: https://reviews.llvm.org/D73500

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp</description>
        <pubDate>Mon, 27 Jan 2020 21:01:06 +0000</pubDate>
        <dc:creator>Alex Lorenz &lt;arphaman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b2ece169 - Add back --sysroot support for darwin header search.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp#b2ece169</link>
        <description>Add back --sysroot support for darwin header search.Before e97b5f5cf37e ([clang][Darwin] Refactor header search path logicinto the driver), both --sysroot and -isysroot worked to specify whereto look for system and C++ headers on Darwin. However, that changecaused clang to start ignoring --sysroot.This fixes the regression, and adds tests.(I also note that on all other platforms, clang seems to almostcompletely ignore -isysroot, but that&apos;s another issue...)Differential Revision: https://reviews.llvm.org/D62268llvm-svn: 361429

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp</description>
        <pubDate>Wed, 22 May 2019 20:39:51 +0000</pubDate>
        <dc:creator>James Y Knight &lt;jyknight@google.com&gt;</dc:creator>
    </item>
<item>
        <title>529141e4 - Mark tests from r361278 as unsupported on Windows.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp#529141e4</link>
        <description>Mark tests from r361278 as unsupported on Windows.llvm-svn: 361374

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp</description>
        <pubDate>Wed, 22 May 2019 12:07:52 +0000</pubDate>
        <dc:creator>Russell Gallop &lt;russell.gallop@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e97b5f5c - [clang][Darwin] Refactor header search path logic into the driver</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp#e97b5f5c</link>
        <description>[clang][Darwin] Refactor header search path logic into the driverSummary:This commit moves the logic for determining system, resource and C++header search paths from CC1 to the driver. This refactor has alreadybeen made for several platforms, but Darwin had been left behind.This refactor tries to implement the previous search path logic withperfect accuracy. In particular, the order of all include paths insideCC1 and all paths that were skipped because nonexistent are conservedafter the refactor. This change was also tested against a code baseof significant size and revealed no problems.Reviewers: jfb, arphamanSubscribers: nemanjai, javed.absar, kbarton, christof, jkorous, dexonsmith, jsji, cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D61963llvm-svn: 361278

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/darwin-header-search-system.cpp</description>
        <pubDate>Tue, 21 May 2019 17:48:04 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
