[PATCH] D34002: [clang-tidy] When" -fno-exceptions is used", this warning is better to be suppressed.

Chih-Hung Hsieh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 9 10:27:09 PDT 2017


chh added a comment.

I understood the mentioned ODR issue, which is useful for users to understand the compiler choice. For -fno-exceptions users, they should change source code to work with mixed cases, or just ignore mixed cases and suppress this warning.


https://reviews.llvm.org/D34002





More information about the cfe-commits mailing list