[llvm-branch-commits] [clang-tools-extra] [NFC] [clang-tidy] Add doc about FP in unchecked-statusor-access (PR #179592)

Florian Mayer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 3 18:14:18 PST 2026


================
@@ -382,3 +382,20 @@ accessed:
        }
      }
    }
+
+Reasoning about integers
+------------------------
+
+Because it uses a simple SAT solver, the checker cannot reason about integers
+inequalities. For instance, the following will result in a false positive:
+
+.. code:: cpp
----------------
fmayer wrote:

the whole file uses `..code: cpp`

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


More information about the llvm-branch-commits mailing list