Skip to content

Commit a91f5b6

Browse files
committed
issue to gh
1 parent 98cbea5 commit a91f5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-bounds-pointer-arithmetic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void okay() {
8888
for(int ii : a) ; // OK, pointer arithmetic generated by compiler
8989
}
9090

91-
namespace issue126424 {
91+
namespace gh126424 {
9292

9393
namespace std {
9494
template <typename, typename>

0 commit comments

Comments
 (0)