[PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return
Balogh, Ádám via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 30 06:03:37 PDT 2016
baloghadamsoftware added a comment.
Actually, there was nothing wrong with assign operator signatures per se either although the original name of the checker was AssignOperatorSignature. The only change here is that it does not check the signature only anymore, but also the body (if present).
http://reviews.llvm.org/D18265
More information about the cfe-commits
mailing list