[PATCH] D40505: [clang-tidy] Ignore ExprWithCleanups when looking for else-after-throw
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 28 06:04:39 PST 2017
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM with a minor formatting nit.
================
Comment at: test/clang-tidy/readability-else-after-return.cpp:7
+ ~string();
+ };
+}
----------------
Indentation is incorrect here.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40505
More information about the cfe-commits
mailing list