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

Ilia K via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 5 08:38:03 PST 2020


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

On Wed, Nov 4, 2020, 16:03 Hans Wennborg via Phabricator <
reviews at reviews.llvm.org> wrote:

> hans added a comment.
>
> I'm not sure ignoring these is the right thing to do.  Maybe they should
> be "Unsupported but parsed options" instead?
>
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D87372/new/
>
> https://reviews.llvm.org/D87372
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201105/4e790c0e/attachment.html>


More information about the cfe-commits mailing list