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
Showing
- test/Driver/Inputs/header1.h 0 additions, 0 deletionstest/Driver/Inputs/header1.h
- test/Driver/Inputs/header2.h 1 addition, 0 deletionstest/Driver/Inputs/header2.h
- test/Driver/Inputs/header3.h 0 additions, 0 deletionstest/Driver/Inputs/header3.h
- test/Driver/cl-pch-showincludes.cpp 22 additions, 0 deletionstest/Driver/cl-pch-showincludes.cpp
test/Driver/Inputs/header1.h
0 → 100644
test/Driver/Inputs/header2.h
0 → 100644
test/Driver/Inputs/header3.h
0 → 100644
test/Driver/cl-pch-showincludes.cpp
0 → 100644
Please register or sign in to comment