[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:29 PDT 2024


================
@@ -23,6 +23,9 @@
 #include "llvm/TableGen/TableGenBackend.h"
 
 using namespace mlir;
+using llvm::interleaveComma;
----------------
River707 wrote:

I'd drop this one, we generally don't add usings for things like this.

https://github.com/llvm/llvm-project/pull/110841


More information about the Mlir-commits mailing list