Skip to content

Commit 168af58

Browse files
committed
Actually fix the documentation build, this time for sure
1 parent 68a7a74 commit 168af58

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
@@ -148,7 +148,7 @@ C23 Feature Support
148148
better diagnostic behavior for the ``va_start()`` macro in C23 and later.
149149
This also updates the definition of ``va_start()`` in ``<stdarg.h>`` to use
150150
the new builtin. Fixes #GH124031.
151-
- Implemented ``WG14 N2819 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2819.pdf>`_
151+
- Implemented `WG14 N2819 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2819.pdf>`_
152152
which clarified that a compound literal used within a function prototype is
153153
treated as if the compound literal were within the body rather than at file
154154
scope.

0 commit comments

Comments
 (0)