[PATCH] D152186: [Clang] Add release note for 877210faa447
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 5 12:10:55 PDT 2023
erichkeane accepted this revision.
erichkeane added a comment.
2 nits, otherwise LGTM! Thanks!
================
Comment at: clang/docs/ReleaseNotes.rst:333
can be controlled using ``-fcaret-diagnostics-max-lines=``.
+- Clang no longer emits ``-Wunused-variable`` for variables declared with
+ ``__attribute__((cleanup(...)))`` to match GCC.
----------------
================
Comment at: clang/docs/ReleaseNotes.rst:334
+- Clang no longer emits ``-Wunused-variable`` for variables declared with
+ ``__attribute__((cleanup(...)))`` to match GCC.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152186/new/
https://reviews.llvm.org/D152186
More information about the cfe-commits
mailing list