We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40d359 commit 7b83ee4Copy full SHA for 7b83ee4
clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
@@ -22,6 +22,7 @@
22
#include "llvm/ADT/StringSet.h"
23
#include "llvm/Support/CommandLine.h"
24
#include "llvm/Support/InitLLVM.h"
25
+#include "llvm/Support/PluginLoader.h"
26
#include "llvm/Support/Process.h"
27
#include "llvm/Support/Signals.h"
28
#include "llvm/Support/TargetSelect.h"
lld/tools/lld/lld.cpp
@@ -35,6 +35,7 @@
35
#include "llvm/Support/CrashRecoveryContext.h"
36
#include "llvm/Support/LLVMDriver.h"
37
#include "llvm/Support/Path.h"
38
39
40
#include "llvm/TargetParser/Host.h"
41
#include "llvm/TargetParser/Triple.h"
0 commit comments