[PATCH] D54758: [WebAssembly] Remove `using` statements from header files. NFC.
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 20 16:48:11 PST 2018
sbc100 added a comment.
In https://reviews.llvm.org/D54758#1304845, @aheejin wrote:
> I think what @dschuff said in this comment <https://reviews.llvm.org/D54683#1303746> was not removing all `using` from headers, but removing `using namespace` from headers.. no? We are not using `using namespace` in header files already.
Hmm, good point. @ruiu, what is your take the policy for lld around this?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D54758
More information about the llvm-commits
mailing list