[PATCH] D67590: Properly ignore mismatched exception specifiers in MSVC Compat mode.

Zachary Henkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 17 08:05:09 PDT 2019


zahen added a comment.

Is there any interest in supporting the cl.exe flag `/permissive-`?  I considered a hard error on mismatched exception specifier in clang-cl a feature, not a bug.  If msvc compat mode respected that flag this could continue to be an error with that flag set (and upgraded strictness in other cases).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67590





More information about the cfe-commits mailing list