]> granicus.if.org Git - clang/commit
[clang-cl] Ignore space-separated /AI arguments
authorReid Kleckner <rnk@google.com>
Thu, 24 Jan 2019 22:26:51 +0000 (22:26 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 24 Jan 2019 22:26:51 +0000 (22:26 +0000)
commit4828e1069337a167df24e0ca2c30c9492ccf222a
tree1c5f7056725011daf516b530e6474d39c7102bd7
parent2d66a94eaaef9172d3cf22660ef47b354053d146
[clang-cl] Ignore space-separated /AI arguments

The /AI flag is for #using directives, which I don't think we support.
This is consistent with how the /I flag is handled by MSVC.  Add a test
for it.

Differential Revision: https://reviews.llvm.org/D57189

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352119 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
test/Driver/cl-options.c