From da4f614cb810cb668c53ba1806802b8b01e4960b Mon Sep 17 00:00:00 2001 From: Alan Zhao Date: Thu, 1 May 2025 10:52:07 -0700 Subject: [PATCH] [nfc] Fix formatting in clang release notes `-ftime-report` was supposed to be an inline code section, which requires two backticks instead of one. --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index b1bc087322c72..76e811653aa9b 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -281,7 +281,7 @@ New Compiler Flags The feature has `existed `_) for a while and this is just a user facing option. -- New option ``-ftime-report-json`` added which outputs the same timing data as `-ftime-report` but formatted as JSON. +- New option ``-ftime-report-json`` added which outputs the same timing data as ``-ftime-report`` but formatted as JSON. Deprecated Compiler Flags -------------------------