[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:43:02 PDT 2019


zahen added a comment.

I just checked a trivial mismatch example in clang 8.0 (https://godbolt.org/z/wiSAp6) and I missed how the compatibility mode operates.  I withdraw my suggestion since the patch keeps consistency with the existing behavior.  Thanks for the `-Werror=microsoft-exception-spec` suggestion that's exactly what our project wants.


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