Extra Clang Tools 3.8 documentation

clang-tidy - misc-assign-operator-signature

«  misc-assert-side-effect   ::   Contents   ::   misc-bool-pointer-implicit-conversion  »

misc-assign-operator-signature

Finds declarations of assign operators with the wrong return and/or argument types.

  • The return type must be Class&.
  • Works with move-assign and assign by value.
  • Private and deleted operators are ignored.

«  misc-assert-side-effect   ::   Contents   ::   misc-bool-pointer-implicit-conversion  »