File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515#include " swift/extractor/infra/SwiftLocationExtractor.h"
1616#include " swift/extractor/infra/SwiftBodyEmissionStrategy.h"
1717#include " swift/extractor/mangler/SwiftMangler.h"
18- #include " swift/log /SwiftAssert.h"
18+ #include " swift/logging /SwiftAssert.h"
1919
2020using namespace codeql ;
2121using namespace std ::string_literals;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ swift_cc_library(
99 "//swift/extractor/config" ,
1010 "//swift/extractor/infra/file" ,
1111 "//swift/extractor/trap" ,
12- "//swift/log " ,
12+ "//swift/logging " ,
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/log /SwiftAssert.h"
16+ #include " swift/logging /SwiftAssert.h"
1717
1818namespace codeql {
1919
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ swift_cc_library(
1111 exclude = ["FsLogger.h" ],
1212 ) + [":path_hash_workaround" ],
1313 visibility = ["//swift:__subpackages__" ],
14- deps = ["//swift/log " ],
14+ deps = ["//swift/logging " ],
1515)
1616
1717genrule (
Original file line number Diff line number Diff line change 1- #include " swift/log /SwiftLogging.h"
1+ #include " swift/logging /SwiftLogging.h"
22
33namespace codeql {
44namespace fs_logger {
Original file line number Diff line number Diff line change 11#include " swift/extractor/infra/file/TargetFile.h"
22#include " swift/extractor/infra/file/FsLogger.h"
3- #include " swift/log /SwiftLogging.h"
4- #include " swift/log /SwiftAssert.h"
3+ #include " swift/logging /SwiftLogging.h"
4+ #include " swift/logging /SwiftAssert.h"
55
66#include < cassert>
77#include < cstdio>
Original file line number Diff line number Diff line change 44#include " swift/extractor/trap/generated/TrapTags.h"
55#include " swift/extractor/infra/file/TargetFile.h"
66#include " swift/extractor/infra/file/Path.h"
7- #include " swift/log /SwiftAssert.h"
7+ #include " swift/logging /SwiftAssert.h"
88#include " swift/extractor/mangler/SwiftMangler.h"
99
1010namespace fs = std::filesystem;
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/log /SwiftAssert.h"
21+ #include " swift/logging /SwiftAssert.h"
2222
2323using namespace std ::string_literals;
2424using namespace codeql ::main_logger;
Original file line number Diff line number Diff line change 1414
1515#include " swift/extractor/infra/file/PathHash.h"
1616#include " swift/extractor/infra/file/Path.h"
17- #include " swift/log /SwiftAssert.h"
17+ #include " swift/logging /SwiftAssert.h"
1818
1919#ifdef __APPLE__
2020// path is hardcoded as otherwise redirection could break when setting DYLD_FALLBACK_LIBRARY_PATH
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ swift_cc_library(
5252 visibility = ["//visibility:public" ],
5353 deps = [
5454 "//swift/extractor/infra/file" ,
55- "//swift/log " ,
55+ "//swift/logging " ,
5656 "@absl//absl/numeric:bits" ,
5757 ],
5858)
You can’t perform that action at this time.
0 commit comments