[clang] [nfc] Fix formatting in clang release notes (PR #138172)
Alan Zhao via cfe-commits
cfe-commits at lists.llvm.org
Thu May 1 10:54:09 PDT 2025
https://github.com/alanzhao1 created https://github.com/llvm/llvm-project/pull/138172
`-ftime-report` was supposed to be an inline code section, which requires two backticks instead of one.
>From da4f614cb810cb668c53ba1806802b8b01e4960b Mon Sep 17 00:00:00 2001
From: Alan Zhao <ayzhao at google.com>
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 <https://clang.llvm.org/docs/SourceBasedCodeCoverage.html#running-the-instrumented-program>`_)
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
-------------------------
More information about the cfe-commits
mailing list