aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TableGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2023-02-17 00:28:07 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2023-02-17 00:32:46 +0900
commitafde3f549d7a3bb1681573cfdae254aa4423f119 (patch)
treead18124dd2a9694e74b201a7b44141d0d17ef507 /llvm/lib/TableGen
parent3a6f3b44e434557d85f1049f5548de8e3d80bcb8 (diff)
downloadllvm-afde3f549d7a3bb1681573cfdae254aa4423f119.zip
llvm-afde3f549d7a3bb1681573cfdae254aa4423f119.tar.gz
llvm-afde3f549d7a3bb1681573cfdae254aa4423f119.tar.bz2
llvm-tblgen: Apply IWYU partially
Diffstat (limited to 'llvm/lib/TableGen')
-rw-r--r--llvm/lib/TableGen/Main.cpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/llvm/lib/TableGen/Main.cpp b/llvm/lib/TableGen/Main.cpp
index 1d5f130..2f9ac86 100644
--- a/llvm/lib/TableGen/Main.cpp
+++ b/llvm/lib/TableGen/Main.cpp
@@ -15,15 +15,25 @@
//===----------------------------------------------------------------------===//
#include "llvm/TableGen/Main.h"
+#include "TGLexer.h"
#include "TGParser.h"
+#include "llvm/ADT/StringRef.h"
+#include "llvm/ADT/Twine.h"
#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/SMLoc.h"
+#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/ToolOutputFile.h"
+#include "llvm/Support/raw_ostream.h"
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
-#include <algorithm>
+#include <memory>
+#include <string>
#include <system_error>
+#include <utility>
+#include <vector>
using namespace llvm;
static cl::opt<std::string>