File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2754,7 +2754,8 @@ namespace {
27542754 if (decl->getDeclContext ()->isNamespace () &&
27552755 decl->getDeclContext ()->getParent ()->isStdNamespace () &&
27562756 decl->getIdentifier () &&
2757- (decl->getName () == " tzdb" || decl->getName () == " time_zone_link" ))
2757+ (decl->getName () == " tzdb" || decl->getName () == " time_zone_link" ||
2758+ decl->getName () == " time_zone" ))
27582759 return nullptr ;
27592760
27602761 auto &clangSema = Impl.getClangSema ();
Original file line number Diff line number Diff line change 44// RUN: %target-run-simple-swift(-I %S/Inputs -cxx-interoperability-mode=upcoming-swift -Xcc -std=c++14)
55// RUN: %target-run-simple-swift(-I %S/Inputs -cxx-interoperability-mode=upcoming-swift -Xcc -std=c++17)
66// RUN: %target-run-simple-swift(-I %S/Inputs -cxx-interoperability-mode=upcoming-swift -Xcc -std=c++20)
7+ // TODO once macOS CI supports C++23: %target-run-simple-swift(-I %S/Inputs -cxx-interoperability-mode=upcoming-swift -Xcc -std=c++23)
78
89// REQUIRES: executable_test
910
You can’t perform that action at this time.
0 commit comments