Skip to content

Commit fc46927

Browse files
author
git apple-llvm automerger
committed
Merge commit '6203ddea9f33' from llvm.org/release/21.x into stable/21.x
2 parents e2d0cb1 + 6203dde commit fc46927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ C/C++ Language Potentially Breaking Changes
5555
case for old-style offsetof idioms like ``((int)(&(((struct S *)0)->field)))``, to
5656
ensure they are not caught by these optimizations. It is also possible to use
5757
``-fwrapv-pointer`` or ``-fno-delete-null-pointer-checks`` to make pointer arithmetic
58-
on null pointers well-defined. (#GH130734, #GH130742, #GH130952)
58+
on null pointers well-defined. (#GH130734, #GH130952)
5959

6060
C++ Specific Potentially Breaking Changes
6161
-----------------------------------------

0 commit comments

Comments
 (0)