File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed
Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 99#include < swift/AST/Builtins.h>
1010
1111#include " swift/extractor/translators/SwiftVisitor.h"
12- #include " swift/extractor/TargetTrapDomain .h"
12+ #include " swift/extractor/infra/TargetDomains .h"
1313#include " swift/extractor/SwiftBuiltinSymbols.h"
1414#include " swift/extractor/infra/file/Path.h"
1515
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ swift_cc_library(
66 hdrs = glob (["*.h" ]),
77 visibility = ["//swift:__subpackages__" ],
88 deps = [
9+ "//swift/extractor/config" ,
910 "//swift/extractor/infra/file" ,
1011 "//swift/extractor/trap" ,
1112 "//swift/third_party/swift-llvm-support" ,
Original file line number Diff line number Diff line change 1- #include " swift/extractor/TargetTrapDomain .h"
1+ #include " swift/extractor/infra/TargetDomains .h"
22#include < iomanip>
33namespace codeql {
44static const char * typeToStr (TrapType type) {
File renamed without changes.
Original file line number Diff line number Diff line change 1111#include < swift/FrontendTool/FrontendTool.h>
1212
1313#include " swift/extractor/SwiftExtractor.h"
14- #include " swift/extractor/TargetTrapDomain .h"
14+ #include " swift/extractor/infra/TargetDomains .h"
1515#include " swift/extractor/remapping/SwiftFileInterception.h"
1616#include " swift/extractor/invocation/SwiftDiagnosticsConsumer.h"
1717#include " swift/extractor/trap/TrapDomain.h"
You can’t perform that action at this time.
0 commit comments