File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ swift_cc_library(
88 deps = [
99 "//swift/extractor/config" ,
1010 "//swift/extractor/infra/file" ,
11- "//swift/extractor/infra/log" ,
1211 "//swift/extractor/trap" ,
12+ "//swift/log" ,
1313 "//swift/third_party/swift-llvm-support" ,
1414 ],
1515)
Original file line number Diff line number Diff line change 1313#include " swift/extractor/infra/SwiftBodyEmissionStrategy.h"
1414#include " swift/extractor/infra/SwiftMangledName.h"
1515#include " swift/extractor/config/SwiftExtractorState.h"
16- #include " swift/extractor/infra/ log/SwiftLogging.h"
16+ #include " swift/log/SwiftLogging.h"
1717
1818namespace codeql {
1919
Original file line number Diff line number Diff line change 1818#include " swift/extractor/invocation/SwiftInvocationExtractor.h"
1919#include " swift/extractor/trap/TrapDomain.h"
2020#include " swift/extractor/infra/file/Path.h"
21- #include " swift/extractor/infra/ log/SwiftLogging.h"
21+ #include " swift/log/SwiftLogging.h"
2222
2323using namespace std ::string_literals;
2424
Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ genrule(
2323 "--schema=$(location //swift:schema)" ,
2424 "--script-name=codegen/codegen.py" ,
2525 ]),
26- exec_tools = ["//misc/codegen" , "//swift:schema" ],
26+ exec_tools = [
27+ "//misc/codegen" ,
28+ "//swift:schema" ,
29+ ],
2730)
2831
2932filegroup (
@@ -49,7 +52,7 @@ swift_cc_library(
4952 visibility = ["//visibility:public" ],
5053 deps = [
5154 "//swift/extractor/infra/file" ,
52- "//swift/extractor/infra/ log" ,
55+ "//swift/log" ,
5356 "@absl//absl/numeric:bits" ,
5457 ],
5558)
Original file line number Diff line number Diff line change 55
66#include " swift/extractor/trap/TrapLabel.h"
77#include " swift/extractor/infra/file/TargetFile.h"
8- #include " swift/extractor/infra/ log/SwiftLogging.h"
8+ #include " swift/log/SwiftLogging.h"
99#include " swift/extractor/infra/SwiftMangledName.h"
1010
1111namespace codeql {
File renamed without changes.
Original file line number Diff line number Diff line change 1- #include " swift/extractor/infra/ log/SwiftLogging.h"
1+ #include " swift/log/SwiftLogging.h"
22
33#include < filesystem>
44#include < stdlib.h>
File renamed without changes.
You can’t perform that action at this time.
0 commit comments