summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@chromium.org>2020-03-13 14:28:37 +0100
committerHans Wennborg <hans@chromium.org>2020-03-13 14:28:37 +0100
commitb406eab888021ade8b4e680d2cf45b82fca17a98 (patch)
treeee70e9909a43a11cf91aafc60f6b6f3915e74ee5
parentaef96a6860c76f8d922999619c4bb590d3cb2e8a (diff)
add a missing dash to the release notesupstream/llvmorg-10.0.0-rc4llvmorg-10.0.0-rc4
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 5d2314b601b8..83309400a591 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -78,7 +78,7 @@ Improvements to Clang's diagnostics
- ``-Wbitwise-op-parentheses`` and ``-Wlogical-op-parentheses`` are disabled by default.
-- The new warnings ``Wc99-designator`` and ``-Wreorder-init-list`` warn about
+- The new warnings ``-Wc99-designator`` and ``-Wreorder-init-list`` warn about
uses of C99 initializers in C++ mode for cases that are valid in C99 but not
in C++20.