[PATCH] D20693: [clang-tidy] New checker to replace dynamic exception specifications
don hinton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 7 09:53:58 PST 2017
hintonda added a comment.
Matthias, I think you make a good point. While noexcept(expr) is valuable, noexcept(false) adds no value. Therefore, I think we should do as you suggest, i.e.:
s/throw()/noexcept/
s/throw(something)//
Aaron, does this work for you?
https://reviews.llvm.org/D20693
More information about the cfe-commits
mailing list