[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 Jun 23 06:46:47 PDT 2025


================
@@ -0,0 +1,163 @@
+.. title:: clang-tidy - bugprone-null-check-after-dereference
+
+bugprone-null-check-after-dereference
+=====================================
+
+.. note::
+
+   This check uses a flow-sensitive static analysis to produce its
+   results. Therefore, it may be more resource intensive (RAM, CPU) than the
+   average Clang-tidy check.
----------------
EugeneZelenko wrote:

```suggestion
   average Clang-Tidy check.
```

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


More information about the cfe-commits mailing list