mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -2734,7 +2734,8 @@ namespace {
|
||||
if (decl->getDeclContext()->isNamespace() &&
|
||||
decl->getDeclContext()->getParent()->isStdNamespace() &&
|
||||
decl->getIdentifier() &&
|
||||
(decl->getName() == "tzdb" || decl->getName() == "time_zone_link"))
|
||||
(decl->getName() == "tzdb" || decl->getName() == "time_zone_link" ||
|
||||
decl->getName() == "time_zone"))
|
||||
return nullptr;
|
||||
|
||||
auto &clangSema = Impl.getClangSema();
|
||||
|
||||
Reference in New Issue
Block a user