We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e8a9f commit de36f93Copy full SHA for de36f93
clang/docs/ReleaseNotes.rst
@@ -710,7 +710,7 @@ Improvements to Clang's diagnostics
710
pointer, provided it can be proven that the pointer only points to
711
``[[noreturn]]`` functions.
712
713
-- Added a separate diagnostic group `-Wfunction-effect-redeclarations``, for the more pedantic
+- Added a separate diagnostic group ``-Wfunction-effect-redeclarations``, for the more pedantic
714
diagnostics for function effects (``[[clang::nonblocking]]`` and ``[[clang::nonallocating]]``).
715
Moved the warning for a missing (though implied) attribute on a redeclaration into this group.
716
Added a new warning in this group for the case where the attribute is missing/implicit on
0 commit comments