llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Kazu Hirata (kazutakahirata)

<details>
<summary>Changes</summary>



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


1 Files Affected:

- (modified) clang/docs/ReleaseNotes.rst (+1-1) 


``````````diff
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
 -------------------------

``````````

</details>


https://github.com/llvm/llvm-project/pull/141382
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to