Skip to content

Commit e71ca8b

Browse files
committed
[Clang][Docs] Update ReleaseNotes. NFC.
1 parent af96610 commit e71ca8b

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
@@ -47,7 +47,7 @@ C/C++ Language Potentially Breaking Changes
4747
case for old-style offsetof idioms like ``((int)(&(((struct S *)0)->field)))``, to
4848
ensure they are not caught by these optimizations. It is also possible to use
4949
``-fwrapv-pointer`` or ``-fno-delete-null-pointer-checks`` to make pointer arithmetic
50-
on null pointers well-defined. (#GH130734, #GH130742)
50+
on null pointers well-defined. (#GH130734, #GH130742, #GH130952)
5151

5252
C++ Specific Potentially Breaking Changes
5353
-----------------------------------------

0 commit comments

Comments
 (0)