[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
Sun Feb 16 07:50:20 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
----------------
EugeneZelenko wrote:
Please keep alphabetical order (by check name) in this list.
https://github.com/llvm/llvm-project/pull/127394
More information about the cfe-commits
mailing list