[PATCH] D40505: [clang-tidy] Ignore ExprWithCleanups when looking for else-after-throw
Malcolm Parsons via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 27 10:15:45 PST 2017
malcolm.parsons added a comment.
In https://reviews.llvm.org/D40505#936170, @lebedev.ri wrote:
> How about also matching on call to functions with no-return attribute?
Great idea!
But I'll keep this patch for just the throw bugfix.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40505
More information about the cfe-commits
mailing list