[PATCH] D54758: [WebAssembly] Remove `using` statements from header files. NFC.

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 15:26:27 PST 2018


aheejin added a comment.

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.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54758





More information about the llvm-commits mailing list