[Mlir-commits] [mlir] 446425f - Apply clang-tidy fixes for llvm-include-order in AttrOrTypeFormatGen.cpp (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Sun Jan 30 11:49:50 PST 2022
Author: Mehdi Amini
Date: 2022-01-30T19:49:23Z
New Revision: 446425f89871aa7849c5615e6b695ebd10c9b34a
URL: https://github.com/llvm/llvm-project/commit/446425f89871aa7849c5615e6b695ebd10c9b34a
DIFF: https://github.com/llvm/llvm-project/commit/446425f89871aa7849c5615e6b695ebd10c9b34a.diff
LOG: Apply clang-tidy fixes for llvm-include-order in AttrOrTypeFormatGen.cpp (NFC)
Added:
Modified:
mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
Removed:
################################################################################
diff --git a/mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp b/mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
index 1a1f6b9976136..2ac5df7be39e9 100644
--- a/mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
+++ b/mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
@@ -14,8 +14,8 @@
#include "mlir/TableGen/Format.h"
#include "mlir/TableGen/GenInfo.h"
#include "llvm/ADT/BitVector.h"
-#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/StringExtras.h"
+#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/TableGen/Error.h"
More information about the Mlir-commits
mailing list