1.. title:: clang-tidy - cert-oop11-cpp 2.. meta:: 3 :http-equiv=refresh: 5;URL=../performance/move-constructor-init.html 4 5cert-oop11-cpp 6============== 7 8The `cert-oop11-cpp check` is an alias, please see 9:doc:`performance-move-constructor-init <../performance/move-constructor-init>` 10for more information. 11 12This check corresponds to the CERT C++ Coding Standard recommendation 13OOP11-CPP. Do not copy-initialize members or base classes from a move 14constructor. However, all of the CERT recommendations have been removed from 15public view, and so their justification for the behavior of this check requires 16an account on their wiki to view. 17