brintos

brintos / llvm-project-archived public Read only

0
0
Text · 560 B · 98147aa Raw
15 lines · plain
1.. title:: clang-tidy - clang-analyzer-cplusplus.ArrayDelete2.. meta::3   :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-arraydelete4 5clang-analyzer-cplusplus.ArrayDelete6====================================7 8Reports destructions of arrays of polymorphic objects that are destructed as9their base class.10 11The `clang-analyzer-cplusplus.ArrayDelete` check is an alias, please see12`Clang Static Analyzer Available Checkers13<https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-arraydelete>`_14for more information.15