Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 334e05b

Browse files
authored
[nfc] Fix formatting in clang release notes (#138172)
`-ftime-report` was supposed to be an inline code section, which requires two backticks instead of one.
1 parent e25ddf9 commit 334e05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ New Compiler Flags
281281
The feature has `existed <https://clang.llvm.org/docs/SourceBasedCodeCoverage.html#running-the-instrumented-program>`_)
282282
for a while and this is just a user facing option.
283283

284-
- New option ``-ftime-report-json`` added which outputs the same timing data as `-ftime-report` but formatted as JSON.
284+
- New option ``-ftime-report-json`` added which outputs the same timing data as ``-ftime-report`` but formatted as JSON.
285285

286286
Deprecated Compiler Flags
287287
-------------------------

0 commit comments

Comments
 (0)