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 b36c8d6 commit 197f3d6Copy full SHA for 197f3d6
clang/docs/ReleaseNotes.rst
@@ -297,6 +297,8 @@ Attribute Changes in Clang
297
298
Improvements to Clang's diagnostics
299
-----------------------------------
300
+- Diagnostics messages now refer to ``structured binding`` instead of ``decomposition``,
301
+ since `P0615R0 <https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0615r0.html>`_ changed the term.
302
- Added a separate diagnostic group ``-Wfunction-effect-redeclarations``, for the more pedantic
303
diagnostics for function effects (``[[clang::nonblocking]]`` and ``[[clang::nonallocating]]``).
304
Moved the warning for a missing (though implied) attribute on a redeclaration into this group.
0 commit comments