xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/cplusplus.ArrayDelete.rst (revision bc70c29558c6ecb53e61cc8d668768e919e81bde)
1.. title:: clang-tidy - clang-analyzer-cplusplus.ArrayDelete
2.. meta::
3   :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-arraydelete
4
5clang-analyzer-cplusplus.ArrayDelete
6====================================
7
8Reports destructions of arrays of polymorphic objects that are destructed as
9their base class.
10
11The `clang-analyzer-cplusplus.ArrayDelete` check is an alias, please see
12`Clang Static Analyzer Available Checkers
13<https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-arraydelete>`_
14for more information.
15