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 656dbcc commit 0ca78a2Copy full SHA for 0ca78a2
clang/lib/DPCT/DPCT.cpp
@@ -30,6 +30,7 @@
30
#include "RuleInfra/TypeLocRewriters.h"
31
#include "Utility.h"
32
#include "CommandOption/ValidateArguments.h"
33
+#include "Windows/VcxprojParser.h"
34
#include "clang/Format/Format.h"
35
#include "clang/Frontend/CompilerInstance.h"
36
#include "clang/Tooling/CommonOptionsParser.h"
@@ -39,6 +40,7 @@
39
40
#include "llvm/ADT/SmallString.h"
41
#include "llvm/ADT/StringRef.h"
42
#include "llvm/Support/FileSystem.h"
43
+#include "llvm/Support/InitLLVM.h"
44
#include "llvm/Support/Path.h"
45
#include "llvm/Support/Program.h"
46
#include "llvm/TargetParser/Host.h"
0 commit comments