Skip to content

Commit 3a393ab

Browse files
Update clang/docs/ReleaseNotes.rst
Co-authored-by: Mariya Podchishchaeva <[email protected]>
1 parent 753208a commit 3a393ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Improvements to Clang's diagnostics
319319
- ``-Wc++98-compat`` no longer diagnoses use of ``__auto_type`` or
320320
``decltype(auto)`` as though it was the extension for ``auto``. (#GH47900)
321321

322-
- Now correctly diagnose use of a tentative definition of an array with static
322+
- Now correctly diagnose a tentative definition of an array with static
323323
storage duration in pedantic mode in C. (#GH50661)
324324

325325
Improvements to Clang's time-trace

0 commit comments

Comments
 (0)