[Mlir-commits] [mlir] bdfadb1 - [mlir] Apply ClangTidy findings

Adrian Kuegel llvmlistbot at llvm.org
Sun Nov 3 23:07:43 PST 2024


Author: Adrian Kuegel
Date: 2024-11-04T07:06:59Z
New Revision: bdfadb16d7928eb6bde5bf6c4e7b499c18438a31

URL: https://github.com/llvm/llvm-project/commit/bdfadb16d7928eb6bde5bf6c4e7b499c18438a31
DIFF: https://github.com/llvm/llvm-project/commit/bdfadb16d7928eb6bde5bf6c4e7b499c18438a31.diff

LOG: [mlir] Apply ClangTidy findings

Remove unused using declarations

Added: 
    

Modified: 
    mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp b/mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
index aa5a52a21f1251..5f86c0cd747077 100644
--- a/mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
+++ b/mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
@@ -31,9 +31,6 @@
 using namespace mlir;
 
 using llvm::yaml::Input;
-using llvm::yaml::MappingTraits;
-using llvm::yaml::ScalarEnumerationTraits;
-using llvm::yaml::ScalarTraits;
 
 #define DEBUG_TYPE "linalg-ods-gen"
 


        


More information about the Mlir-commits mailing list