[PATCH] D33537: [clang-tidy] Exception Escape Checker

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 24 00:12:07 PST 2017


baloghadamsoftware added a comment.

We take the conservative approach there: if a function has no `throw` specifier we handle it as it would have a `noexcept` specifier.


https://reviews.llvm.org/D33537





More information about the cfe-commits mailing list