File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
test/Interop/Cxx/objc-correctness Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1166,14 +1166,6 @@ namespace {
1166
1166
decl->getOwningModule () &&
1167
1167
decl->getOwningModule ()->getTopLevelModuleName () == " os" )
1168
1168
return nullptr ;
1169
- // Workaround for simd module declaring `namespace simd` on Darwin,
1170
- // causing name lookup issues. That namespace declares C++ overlays of
1171
- // types that are already refined for Swift, so let's not import the
1172
- // namespace (rdar://143007477).
1173
- if (decl->getIdentifier () && decl->getName () == " simd" &&
1174
- decl->getOwningModule () &&
1175
- decl->getOwningModule ()->getTopLevelModuleName () == " simd" )
1176
- return nullptr ;
1177
1169
// If this is a top-level namespace, don't put it in the module we're
1178
1170
// importing, put it in the "__ObjC" module that is implicitly imported.
1179
1171
if (!decl->getParent ()->isNamespace ())
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments