[PATCH] D59520: [WebAssembly] Address review comments on r352930
Dan Gohman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 19 17:19:42 PDT 2019
sunfish marked an inline comment as done.
sunfish added inline comments.
================
Comment at: test/Sema/attr-wasm.c:3
+
+void name_a() {}
+
----------------
aaron.ballman wrote:
> Was this intended to be used somewhere? Probably can just be removed if not.
No, you're right that we don't need this (it's copypasta from another test). I'll remove it from the patch.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59520/new/
https://reviews.llvm.org/D59520
More information about the cfe-commits
mailing list