Extra Clang Tools 5 documentation

clang-tidy - misc-undelegated-constructor

«  misc-unconventional-assign-operator   ::   Contents   ::   misc-uniqueptr-reset-release  »

misc-undelegated-constructor

Finds creation of temporary objects in constructors that look like a function call to another constructor of the same class.

The user most likely meant to use a delegating constructor or base class initializer.

«  misc-unconventional-assign-operator   ::   Contents   ::   misc-uniqueptr-reset-release  »