[clang-tools-extra] [clang-tidy] Fix false positive for cppcoreguidelines-pro-bounds-pointer-arithmetic (PR #127394)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 17 04:11:28 PST 2025
================
@@ -110,6 +110,10 @@ Changes in existing checks
<clang-tidy/checks/misc/redundant-expression>` check by providing additional
examples and fixing some macro related false positives.
+- Improved :doc:`cppcoreguidelines-pro-bounds-pointer-arithmetic
----------------
flovent wrote:
Done.
https://github.com/llvm/llvm-project/pull/127394
More information about the cfe-commits
mailing list