Skip to content

Commit 5f6f893

Browse files
fixup! [clang] Ignore GCC 11 [[malloc(x)]] attribute
Fix incorrect RST link syntax. Co-authored-by: Aaron Ballman <[email protected]>
1 parent b7e1258 commit 5f6f893

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
@@ -292,7 +292,7 @@ Bug Fixes to Attribute Support
292292
- Clang now emits a warning instead of an error when using the one or two
293293
argument form of GCC 11's ``__attribute__((malloc(deallocator)))``
294294
or ``__attribute__((malloc(deallocator, ptr-index)))``
295-
(`#51607 <https://github.com/llvm/llvm-project/issues/51607>`).
295+
(`#51607 <https://github.com/llvm/llvm-project/issues/51607>`_).
296296

297297
Bug Fixes to C++ Support
298298
^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)