]> granicus.if.org Git - clang/commit
clang-cl: Support the /Zc:twoPhase[-] command-line option (PR32680)
authorHans Wennborg <hans@hanshq.net>
Mon, 17 Apr 2017 21:28:36 +0000 (21:28 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 17 Apr 2017 21:28:36 +0000 (21:28 +0000)
commit71f194f12dc686d5a39e9f94cdfbae8984eadbae
tree388a7284c6841788a1745bcf8535626aa4dd58be
parent4b44baf46b47a7e6addbaed0b4c7c99a5e0647fb
clang-cl: Support the /Zc:twoPhase[-] command-line option (PR32680)

It sounds like MSVC is adding support for two-phase name lookup in a
future version, enabled by this flag (see bug).

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

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