[clang] [clang][analyzer] Bring cplusplus.ArrayDelete out of alpha (PR #83985)

via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 14 07:52:00 PDT 2024


================
@@ -340,6 +340,50 @@ cplusplus
 
 C++ Checkers.
 
+.. _cplusplus-ArrayDelete:
+
+cplusplus.ArrayDelete (C++)
+"""""""""""""""""""""""""""
+Reports destructions of arrays of polymorphic objects that are destructed as
----------------
whisperity wrote:

```suggestion
"""""""""""""""""""""""""""

Reports destructions of arrays of polymorphic objects that are destructed as
```

Style nit.

https://github.com/llvm/llvm-project/pull/83985


More information about the cfe-commits mailing list