Merge pull request #61700 from apple/egorzhdan/cxx-conform-raciter

[cxx-interop] Synthesize conformances to `UnsafeCxxInputIterator`
This commit is contained in:
Egor Zhdan
2022-10-26 18:34:32 +01:00
committed by GitHub
7 changed files with 174 additions and 25 deletions

View File

@@ -1115,6 +1115,7 @@ ProtocolDecl *ASTContext::getProtocol(KnownProtocolKind kind) const {
break;
case KnownProtocolKind::CxxSequence:
case KnownProtocolKind::UnsafeCxxInputIterator:
case KnownProtocolKind::UnsafeCxxRandomAccessIterator:
M = getLoadedModule(Id_Cxx);
break;
default: