brintos

brintos / llvm-project-archived public Read only

0
0
Text · 506 B · 2987945 Raw
14 lines · plain
1.. title:: clang-tidy - cert-mem57-cpp2 3cert-mem57-cpp4==============5 6The `cert-mem57-cpp` is an aliaes, please see7:doc:`bugprone-default-operator-new-on-overaligned-type8<../bugprone/default-operator-new-on-overaligned-type>`9for more information.10 11This check corresponds to the CERT C++ Coding Standard rule12`MEM57-CPP. Avoid using default operator new for over-aligned types13<https://wiki.sei.cmu.edu/confluence/display/cplusplus/MEM57-CPP.+Avoid+using+default+operator+new+for+over-aligned+types>`_.14