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 af96610 commit e71ca8bCopy full SHA for e71ca8b
clang/docs/ReleaseNotes.rst
@@ -47,7 +47,7 @@ C/C++ Language Potentially Breaking Changes
47
case for old-style offsetof idioms like ``((int)(&(((struct S *)0)->field)))``, to
48
ensure they are not caught by these optimizations. It is also possible to use
49
``-fwrapv-pointer`` or ``-fno-delete-null-pointer-checks`` to make pointer arithmetic
50
- on null pointers well-defined. (#GH130734, #GH130742)
+ on null pointers well-defined. (#GH130734, #GH130742, #GH130952)
51
52
C++ Specific Potentially Breaking Changes
53
-----------------------------------------
0 commit comments