[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 Jun 30 07:32:35 PDT 2025
================
@@ -87,3 +87,25 @@ void okay() {
for(int ii : a) ; // OK, pointer arithmetic generated by compiler
}
+
+namespace issue126424 {
----------------
flovent wrote:
Updated.
https://github.com/llvm/llvm-project/pull/127394
More information about the cfe-commits
mailing list