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

Skip to content

[nfc] Fix formatting in clang release notes #138172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025

Conversation

alanzhao1
Copy link
Contributor

-ftime-report was supposed to be an inline code section, which requires two backticks instead of one.

`-ftime-report` was supposed to be an inline code section, which
requires two backticks instead of one.
@alanzhao1 alanzhao1 requested a review from aeubanks May 1, 2025 17:54
@llvmbot llvmbot added the clang Clang issues not falling into any other category label May 1, 2025
@llvmbot
Copy link
Member

llvmbot commented May 1, 2025

@llvm/pr-subscribers-clang

Author: Alan Zhao (alanzhao1)

Changes

-ftime-report was supposed to be an inline code section, which requires two backticks instead of one.


Full diff: https://github.com/llvm/llvm-project/pull/138172.diff

1 Files Affected:

  • (modified) clang/docs/ReleaseNotes.rst (+1-1)
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
 -------------------------

@alanzhao1 alanzhao1 merged commit 334e05b into llvm:main May 1, 2025
10 of 12 checks passed
@alanzhao1 alanzhao1 deleted the bugfix/clang-doc-formatting branch May 1, 2025 17:58
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
`-ftime-report` was supposed to be an inline code section, which
requires two backticks instead of one.
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
`-ftime-report` was supposed to be an inline code section, which
requires two backticks instead of one.
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
`-ftime-report` was supposed to be an inline code section, which
requires two backticks instead of one.
GeorgeARM pushed a commit to GeorgeARM/llvm-project that referenced this pull request May 7, 2025
`-ftime-report` was supposed to be an inline code section, which
requires two backticks instead of one.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants