[PATCH] D151732: [clang][docs] document __attribute__((cleanup())) GNU C extension
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 30 10:10:03 PDT 2023
erichkeane accepted this revision.
erichkeane added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/include/clang/Basic/AttrDocs.td:7010
+
+Will result in a call to ``bar`` then ``foo`` as ``y`` goes out of scope before
+``x``.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151732/new/
https://reviews.llvm.org/D151732
More information about the cfe-commits
mailing list