[clang-tools-extra] [clang-tidy] Fix false positive for cppcoreguidelines-pro-bounds-pointer-arithmetic (PR #127394)

Carlos Galvez via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 30 07:26:21 PDT 2025


================
@@ -87,3 +87,25 @@ void okay() {
 
   for(int ii : a) ; // OK, pointer arithmetic generated by compiler
 }
+
+namespace issue126424 {
----------------
carlosgalvezp wrote:

Nit: typically we can it "gh126424".



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


More information about the cfe-commits mailing list