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 cd37c1eCopy full SHA for cd37c1e
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
+ `P0615R0 <https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0615r0.html>`_
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