Swift: rename log package to logging

This commit is contained in:
Paolo Tranquilli
2023-05-04 10:39:50 +02:00
parent 9544b96ff1
commit bce483ddb1
17 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@
#include "swift/extractor/infra/SwiftLocationExtractor.h"
#include "swift/extractor/infra/SwiftBodyEmissionStrategy.h"
#include "swift/extractor/mangler/SwiftMangler.h"
#include "swift/log/SwiftAssert.h"
#include "swift/logging/SwiftAssert.h"
using namespace codeql;
using namespace std::string_literals;