Skip to content

Commit b406eab

Browse files
committed
add a missing dash to the release notes
1 parent aef96a6 commit b406eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: clang/docs/ReleaseNotes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Improvements to Clang's diagnostics
7878

7979
- ``-Wbitwise-op-parentheses`` and ``-Wlogical-op-parentheses`` are disabled by default.
8080

81-
- The new warnings ``Wc99-designator`` and ``-Wreorder-init-list`` warn about
81+
- The new warnings ``-Wc99-designator`` and ``-Wreorder-init-list`` warn about
8282
uses of C99 initializers in C++ mode for cases that are valid in C99 but not
8383
in C++20.
8484

0 commit comments

Comments
 (0)