]> granicus.if.org Git - clang/commit
clang-cl: Add a test for the interaction of /Yc and /showIncludes.
authorNico Weber <nicolasweber@gmx.de>
Sat, 12 Mar 2016 19:55:59 +0000 (19:55 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 12 Mar 2016 19:55:59 +0000 (19:55 +0000)
commitd59a142ef50bf041797143db71d2d4777fd32d27
tree20f70fbbc194721d2d286cc1a29a5cc021553482
parentf511f8fb79d0fefd4cbfc81fc886387acc5ab419
clang-cl: Add a test for the interaction of /Yc and /showIncludes.

We almost get this right, but not completely (see FIXME).  It looks like /FI
headers generally aren't included in /showIncludes yet, but they should be.
But it seems good to have test coverage for the bits that already work.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263344 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/Inputs/header1.h [new file with mode: 0644]
test/Driver/Inputs/header2.h [new file with mode: 0644]
test/Driver/Inputs/header3.h [new file with mode: 0644]
test/Driver/cl-pch-showincludes.cpp [new file with mode: 0644]