brintos

brintos / llvm-project-archived public Read only

0
0
Text · 359 B · 9dc0761 Raw
11 lines · plain
1.. title:: clang-tidy - performance-move-constructor-init2 3performance-move-constructor-init4=================================5 6"cert-oop11-cpp" redirects here as an alias for this check.7 8The check flags user-defined move constructors that have a ctor-initializer9initializing a member or base class through a copy constructor instead of a10move constructor.11