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 9
9
#include < swift/AST/Builtins.h>
10
10
11
11
#include " swift/extractor/translators/SwiftVisitor.h"
12
- #include " swift/extractor/TargetTrapDomain .h"
12
+ #include " swift/extractor/infra/TargetDomains .h"
13
13
#include " swift/extractor/SwiftBuiltinSymbols.h"
14
14
#include " swift/extractor/infra/file/Path.h"
15
15
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ swift_cc_library(
6
6
hdrs = glob (["*.h" ]),
7
7
visibility = ["//swift:__subpackages__" ],
8
8
deps = [
9
+ "//swift/extractor/config" ,
9
10
"//swift/extractor/infra/file" ,
10
11
"//swift/extractor/trap" ,
11
12
"//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"
2
2
#include < iomanip>
3
3
namespace codeql {
4
4
static const char * typeToStr (TrapType type) {
File renamed without changes.
Original file line number Diff line number Diff line change 11
11
#include < swift/FrontendTool/FrontendTool.h>
12
12
13
13
#include " swift/extractor/SwiftExtractor.h"
14
- #include " swift/extractor/TargetTrapDomain .h"
14
+ #include " swift/extractor/infra/TargetDomains .h"
15
15
#include " swift/extractor/remapping/SwiftFileInterception.h"
16
16
#include " swift/extractor/invocation/SwiftDiagnosticsConsumer.h"
17
17
#include " swift/extractor/trap/TrapDomain.h"
You can’t perform that action at this time.
0 commit comments