1 .. title:: clang-tidy - readability-delete-null-pointer
3 readability-delete-null-pointer
4 ===============================
6 Checks the ``if`` statements where a pointer's existence is checked and then deletes the pointer.
7 The check is unnecessary as deleting a null pointer has no effect.