[Mlir-commits] [mlir] [NFC][MLIR][TableGen] Eliminate `llvm::` for commonly used types (PR #110841)
River Riddle
llvmlistbot at llvm.org
Wed Oct 2 09:54:28 PDT 2024
================
@@ -13,6 +13,8 @@
using namespace mlir;
using namespace mlir::tblgen;
+using llvm::SourceMgr;
+namespace cl = llvm::cl;
----------------
River707 wrote:
We generally don't add usings for llvm::cl, I'd worry this is going to add inconsistencies in the tools.
https://github.com/llvm/llvm-project/pull/110841
More information about the Mlir-commits
mailing list