Eugene.Zelenko added inline comments. ================ Comment at: docs/clang-tidy/checks/misc-delete-null-pointer.rst:10 +.. code:: c++ +int *p; + if (p) ---------------- Please indent variable declaration. https://reviews.llvm.org/D21298