]> granicus.if.org Git - clang/commit
clang-cl: Parse the /d2Zi+ flag (PR18728)
authorHans Wennborg <hans@hanshq.net>
Tue, 18 Feb 2014 17:49:01 +0000 (17:49 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 18 Feb 2014 17:49:01 +0000 (17:49 +0000)
commit4816f24ce095b0e942fedf267d1dafd2b848c09c
tree905c7895a3fca1b8ae3acf6dccc9b317761fb987
parent6c1c23a1efeaa8c2c190b63c1961e765ca529ae3
clang-cl: Parse the /d2Zi+ flag (PR18728)

This is an undocumented, but reportedly widely used flag.
We don't support it, but should be able to parse it.

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