[PATCH] D33333: Emit warning when throw exception in destruct or dealloc functions which has a (possible implicit) noexcept specifier

Piotr Padlewski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 21 01:33:24 PDT 2017


Prazek added a comment.

Could you add similar tests as the ones that Stanislaw provied in his patch?
Like the one with checking if throw is catched, or the conditional noexcept (by a macro, etc)


https://reviews.llvm.org/D33333





More information about the cfe-commits mailing list