Skip to content

Commit 2b60276

Browse files
Update lib/PrintAsClang/DeclAndTypePrinter.cpp
Co-authored-by: Doug Gregor <[email protected]>
1 parent aef88b7 commit 2b60276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PrintAsClang/DeclAndTypePrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2910,7 +2910,7 @@ static bool isEnumExposableToCxx(const ValueDecl *VD,
29102910
if (auto *params = elementDecl->getParameterList()) {
29112911
for (const auto *param : *params) {
29122912
auto paramType = param->getInterfaceType();
2913-
// TODO: properly support exporting these optionals. rdar://131112273
2913+
// TODO: properly support exporting these optionals.
29142914
if (paramType->isOptional() && paramType->getOptionalObjectType()->isTypeParameter())
29152915
return false;
29162916
if (DeclAndTypeClangFunctionPrinter::getTypeRepresentation(

0 commit comments

Comments
 (0)