[PATCH] D33722: [clang-tidy] Add checker for undelegated copy of base classes
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 6 11:58:17 PST 2017
aaron.ballman added a comment.
In https://reviews.llvm.org/D33722#916540, @xazax.hun wrote:
> Also, bugprone might be a better module to put this?
I don't have strong opinions on misc vs bugprone (they're both effectively catch-alls for tidy checks, as best I can tell).
https://reviews.llvm.org/D33722
More information about the cfe-commits
mailing list