[clang-tools-extra] [clang-tidy] Rename 'cert-err60-cpp' to 'bugprone-exception-type-not-nothrow-copy-constructible' (PR #164061)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 2 08:01:34 PST 2025
vbvictor wrote:
> It is hard to understand double negation in not-nothrow part. At least we should avoid it.
maybe bugprone-exception-copy-constructor-throwable WDYT?
Agree that double-negation is hard to read, changed to `bugprone-exception-copy-constructor-throws` (changed `throwable` to `throws` because it sounds like [an object](https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html) to me)
https://github.com/llvm/llvm-project/pull/164061
More information about the cfe-commits
mailing list