[PATCH] D152186: [Clang] Add release note for 877210faa447
Nathan Chancellor via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 5 12:15:27 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdeecf89a1361: [Clang] Add release note for 877210faa447 (authored by nathanchance).
Changed prior to commit:
https://reviews.llvm.org/D152186?vs=528534&id=528539#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152186/new/
https://reviews.llvm.org/D152186
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -330,6 +330,8 @@
``-fno-diagnostics-show-line-numbers``. At the same time, the maximum
number of code lines it prints has been increased from 1 to 16. This
can be controlled using ``-fcaret-diagnostics-max-lines=``.
+- Clang no longer emits ``-Wunused-variable`` warnings for variables declared
+ with ``__attribute__((cleanup(...)))`` to match GCC's behavior.
Bug Fixes in This Version
-------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152186.528539.patch
Type: text/x-patch
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230605/d194292e/attachment.bin>
More information about the cfe-commits
mailing list