Skip to content

Commit 6203dde

Browse files
hubert-reinterpretcasttru
authored andcommitted
Remove reference to reverted PR llvm#130742
Based on the file history in https://github.com/dtcxzyw/llvm-project/commits/main/llvm/test/CodeGen/AMDGPU/memcpy-crash-issue63986.ll, it appears llvm#130742 was reverted by llvm#138168 and never re-applied.
1 parent d1f761c commit 6203dde

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)