[PATCH] D44883: [Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded self-assignment (classes)
Brooks Moses via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 15 16:56:20 PDT 2018
brooksmoses added a comment.
Further note: I'm noticing that nearly all the signal is from -Wself-assign-field and all the noise is from -Wself-assign. So that would be one obvious way to make this higher-signal in what's enabled in -Wall, if that were a desire.
Repository:
rC Clang
https://reviews.llvm.org/D44883
More information about the cfe-commits
mailing list