commit | 3fa9f307fe0952ed5cf91d30ff1ca41853f5d368 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Tue Feb 18 17:49:01 2014 +0000 |
committer | Hans Wennborg <hans@hanshq.net> | Tue Feb 18 17:49:01 2014 +0000 |
tree | 79e784abd923d148e0ced59d2a6b322d9a63054b | |
parent | 9a75e25801b9b66b35a03b67b8d3b32d6d3153c1 [diff] [blame] |
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. llvm-svn: 201588
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index 4b5b603..78a64f5 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/test/Driver/cl-options.c
@@ -159,6 +159,7 @@ // RUN: /arch:sse2 \ // RUN: /clr:pure \ // RUN: /docname \ +// RUN: /d2Zi+ \ // RUN: /EHsc \ // RUN: /EP \ // RUN: /F \