[llvm-bugs] [Bug 43032] New: [ms] Enable /Zc:twoPhase by default if fmsc-version is 1911+

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Aug 18 10:19:26 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=43032

            Bug ID: 43032
           Summary: [ms] Enable /Zc:twoPhase by default if fmsc-version is
                    1911+
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: blitzrakete at gmail.com, dgregor at apple.com,
                    erik.pilkington at gmail.com, llvm-bugs at lists.llvm.org,
                    richard-llvm at metafoo.co.uk

https://docs.microsoft.com/en-us/cpp/build/reference/zc-twophase?view=vs-2019
claims that cl.exe enables /Zc:twoPhase by default as of Visual Studio 2017
version 15.3, so we should change clang-cl to behave like that as well.

15.3+ seems to correspond to _MSC_VER 1911+.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190818/6f26a391/attachment.html>


More information about the llvm-bugs mailing list