Skip to content

Commit 9c8b690

Browse files
Maetveisvar-const
authored andcommitted
[clang][ReleaseNotes] Fix code block not rendering (llvm#135330)
Bullet lists require a blank line between paragraphs therefore the `.. code-block::` directive only renders correctly if preceded by a blank line.
1 parent 982159a commit 9c8b690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ Improvements to Clang's diagnostics
334334
- Fixed an assertion when referencing an out-of-bounds parameter via a function
335335
attribute whose argument list refers to parameters by index and the function
336336
is variadic. e.g.,
337+
337338
.. code-block:: c
338339
339340
__attribute__ ((__format_arg__(2))) void test (int i, ...) { }

0 commit comments

Comments
 (0)