[PATCH] D18265: [clang-tidy] New: checker misc-assign-operator-return

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 04:25:58 PDT 2016


alexfh added a comment.

> What about NonIdiomaticAddignOperator or UnchainableAssignOperator?


Yep, "unchainable" doesn't cover all problems the check detects. `misc-non-idiomatic-assign-operator` seems good though. I'd wait for the original author to chime in before making the change.


http://reviews.llvm.org/D18265





More information about the cfe-commits mailing list