From b406eab888021ade8b4e680d2cf45b82fca17a98 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Fri, 13 Mar 2020 14:28:37 +0100 Subject: add a missing dash to the release notes --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3