nickdesaulniers accepted this revision.
nickdesaulniers added a comment.
Thanks for the patch!
================
Comment at: clang/test/Sema/warn-unused-variables.c:35
+void c1(int *);
+int f4(void) {
+ int __attribute__((cleanup(c1))) X1 = 4;
----------------
`void` return type
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152180/new/
https://reviews.llvm.org/D152180
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits