[clang] 334e05b - [nfc] Fix formatting in clang release notes (#138172)
via cfe-commits
cfe-commits at lists.llvm.org
Thu May 1 10:58:33 PDT 2025
Author: Alan Zhao
Date: 2025-05-01T10:58:29-07:00
New Revision: 334e05b4b78a5de6efdcb23f208f3453a5b364a0
URL: https://github.com/llvm/llvm-project/commit/334e05b4b78a5de6efdcb23f208f3453a5b364a0
DIFF: https://github.com/llvm/llvm-project/commit/334e05b4b78a5de6efdcb23f208f3453a5b364a0.diff
LOG: [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.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
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