[Mlir-commits] [mlir] 0b7f05e - Apply clang-tidy fixes for llvm-include-order in TypeTest.cpp (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Thu Sep 15 06:24:41 PDT 2022
Author: Mehdi Amini
Date: 2022-09-15T13:23:35Z
New Revision: 0b7f05e1a1a8492a0fcac62fb497de491067070d
URL: https://github.com/llvm/llvm-project/commit/0b7f05e1a1a8492a0fcac62fb497de491067070d
DIFF: https://github.com/llvm/llvm-project/commit/0b7f05e1a1a8492a0fcac62fb497de491067070d.diff
LOG: Apply clang-tidy fixes for llvm-include-order in TypeTest.cpp (NFC)
Added:
Modified:
mlir/unittests/IR/TypeTest.cpp
Removed:
################################################################################
diff --git a/mlir/unittests/IR/TypeTest.cpp b/mlir/unittests/IR/TypeTest.cpp
index 45be1b792e252..462cb185343d2 100644
--- a/mlir/unittests/IR/TypeTest.cpp
+++ b/mlir/unittests/IR/TypeTest.cpp
@@ -6,9 +6,9 @@
//
//===----------------------------------------------------------------------===//
+#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/Types.h"
-#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Value.h"
#include "gtest/gtest.h"
More information about the Mlir-commits
mailing list