[Mlir-commits] [mlir] 2545cac - Apply clang-tidy fixes for llvm-include-order in Parser.cpp (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Fri Feb 16 18:07:35 PST 2024
Author: Mehdi Amini
Date: 2024-02-16T18:07:10-08:00
New Revision: 2545cac52e584761a803f689a3f385af9fdeb3a0
URL: https://github.com/llvm/llvm-project/commit/2545cac52e584761a803f689a3f385af9fdeb3a0
DIFF: https://github.com/llvm/llvm-project/commit/2545cac52e584761a803f689a3f385af9fdeb3a0.diff
LOG: Apply clang-tidy fixes for llvm-include-order in Parser.cpp (NFC)
Added:
Modified:
mlir/lib/Tools/PDLL/Parser/Parser.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Tools/PDLL/Parser/Parser.cpp b/mlir/lib/Tools/PDLL/Parser/Parser.cpp
index cfbc4e4536fe8c..97ff8bd0d8584d 100644
--- a/mlir/lib/Tools/PDLL/Parser/Parser.cpp
+++ b/mlir/lib/Tools/PDLL/Parser/Parser.cpp
@@ -31,8 +31,8 @@
#include "llvm/Support/ScopedPrinter.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Parser.h"
-#include <string>
#include <optional>
+#include <string>
using namespace mlir;
using namespace mlir::pdll;
More information about the Mlir-commits
mailing list