Skip to content

Commit de36f93

Browse files
dougsonosSirraide
andauthored
Update clang/docs/ReleaseNotes.rst
Fix typo Co-authored-by: Sirraide <[email protected]>
1 parent c8e8a9f commit de36f93

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
@@ -710,7 +710,7 @@ Improvements to Clang's diagnostics
710710
pointer, provided it can be proven that the pointer only points to
711711
``[[noreturn]]`` functions.
712712

713-
- Added a separate diagnostic group `-Wfunction-effect-redeclarations``, for the more pedantic
713+
- Added a separate diagnostic group ``-Wfunction-effect-redeclarations``, for the more pedantic
714714
diagnostics for function effects (``[[clang::nonblocking]]`` and ``[[clang::nonallocating]]``).
715715
Moved the warning for a missing (though implied) attribute on a redeclaration into this group.
716716
Added a new warning in this group for the case where the attribute is missing/implicit on

0 commit comments

Comments
 (0)