[PATCH] D128440: [WebAssembly] Initial support for reference type funcref in clang
Paulo Matos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 08:33:43 PST 2023
pmatos marked 2 inline comments as done.
pmatos added inline comments.
================
Comment at: clang/lib/Sema/SemaType.cpp:7269
+ }
+ Attrs[NewAttrKind] = true;
+
----------------
aaron.ballman wrote:
> aaron.ballman wrote:
> > This seems like it's not used.
> Still wondering about this
That's correct - removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128440/new/
https://reviews.llvm.org/D128440
More information about the llvm-commits
mailing list