[PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
Matthias Gehre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 6 12:44:58 PST 2017
mgehre added a comment.
I'm working on code bases where their is no manually written noexcept(false) anywhere,
and I don't think the FixIt should look different than manually written code.
At least a configuration option for the check would be nice.
https://reviews.llvm.org/D20693
More information about the cfe-commits
mailing list