[PATCH] D87372: clang-cl: Ignore /Zc:externConstexpr and /Zc:throwingNew

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 5 08:54:53 PST 2020


hans added a comment.

In D87372#2376305 <https://reviews.llvm.org/D87372#2376305>, @ki.stfu wrote:

> @hans they are ignored because Clang behaves like MSVC with these options
> enabled (C++ standard conformance mode)

Ah, I got it backwards. Yeah, ignoring these makes sense.

Can you add the variants with trailing dash (e.g. /Zc:externConstexpr-) as parsed but unsupported?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87372/new/

https://reviews.llvm.org/D87372



More information about the cfe-commits mailing list