Skip to content

Commit

Permalink
Clang Release Notes: Fix reST formatting
Browse files Browse the repository at this point in the history
Fix a use of inline code markup to have a non-word character after the ending delimiter as required by reST.
  • Loading branch information
hubert-reinterpretcast committed Apr 16, 2024
1 parent 9eeae44 commit d19bd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ AST Dumping Potentially Breaking Changes

Clang Frontend Potentially Breaking Changes
-------------------------------------------
- Removed support for constructing on-stack ``TemplateArgumentList``s; interfaces should instead
- Removed support for constructing on-stack ``TemplateArgumentList``\ s; interfaces should instead
use ``ArrayRef<TemplateArgument>`` to pass template arguments. Transitioning internal uses to
``ArrayRef<TemplateArgument>`` reduces AST memory usage by 0.4% when compiling clang, and is
expected to show similar improvements on other workloads.
Expand Down

0 comments on commit d19bd05

Please sign in to comment.