[clang] 1def867 - [clang] Fix a typo in documentation (#141382)
via cfe-commits
cfe-commits at lists.llvm.org
Sun May 25 08:20:00 PDT 2025
Author: Kazu Hirata
Date: 2025-05-25T08:19:57-07:00
New Revision: 1def8670d4979d09ac113cc8a5126350fd3169b7
URL: https://github.com/llvm/llvm-project/commit/1def8670d4979d09ac113cc8a5126350fd3169b7
DIFF: https://github.com/llvm/llvm-project/commit/1def8670d4979d09ac113cc8a5126350fd3169b7.diff
LOG: [clang] Fix a typo in documentation (#141382)
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b93fa33acc2a0..ef9951995de68 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -315,7 +315,7 @@ New Compiler Flags
- New option ``-ftime-report-json`` added which outputs the same timing data as ``-ftime-report`` but formatted as JSON.
-- New option ``-Wnrvo`` added and disabled by default to warn about missed NRVO opportunites.
+- New option ``-Wnrvo`` added and disabled by default to warn about missed NRVO opportunities.
Deprecated Compiler Flags
-------------------------
More information about the cfe-commits
mailing list