blob: c3649b199e84884bcfa1b96db5c050517baac3e0 [file] [log] [blame]
.. title:: clang-tidy - cert-oop11-cpp
.. meta::
:http-equiv=refresh: 5;URL=performance-move-constructor-init.html
cert-oop11-cpp
==============
The cert-oop11-cpp check is an alias, please see
`performance-move-constructor-init <performance-move-constructor-init.html>`_
for more information.
This check corresponds to the CERT C++ Coding Standard recommendation
OOP11-CPP. Do not copy-initialize members or base classes from a move
constructor. However, all of the CERT recommendations have been removed from
public view, and so their justification for the behavior of this check requires
an account on their wiki to view.