We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f761c commit 6203ddeCopy full SHA for 6203dde
clang/docs/ReleaseNotes.rst
@@ -55,7 +55,7 @@ C/C++ Language Potentially Breaking Changes
55
case for old-style offsetof idioms like ``((int)(&(((struct S *)0)->field)))``, to
56
ensure they are not caught by these optimizations. It is also possible to use
57
``-fwrapv-pointer`` or ``-fno-delete-null-pointer-checks`` to make pointer arithmetic
58
- on null pointers well-defined. (#GH130734, #GH130742, #GH130952)
+ on null pointers well-defined. (#GH130734, #GH130952)
59
60
C++ Specific Potentially Breaking Changes
61
-----------------------------------------
0 commit comments