[clang] [clang-tools-extra] [clang-tidy][dataflow] Add `bugprone-null-check-after-dereference` check (PR #84166)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 8 06:55:51 PDT 2024
================
@@ -110,6 +110,12 @@ New checks
Detects error-prone Curiously Recurring Template Pattern usage, when the CRTP
can be constructed outside itself and the derived class.
+- New :doc:`bugprone-null-check-after-dereference
+ <clang-tidy/checks/bugprone/null-check-after-dereference>` check.
+
+ This check identifies redundant pointer null-checks, by finding cases where
----------------
EugeneZelenko wrote:
Please omit `This check`.
https://github.com/llvm/llvm-project/pull/84166
More information about the cfe-commits
mailing list