Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
swift-ci
2024-10-18 12:22:36 -07:00
2 changed files with 3 additions and 1 deletions

View File

@@ -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();