Skip to content

Commit 9e4ba64

Browse files
committed
[IRGen] Document a bool parameter at the call site. NFC
1 parent b5f45f8 commit 9e4ba64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/IRGen/GenDecl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,8 @@ IRGenModule::getAddrOfParentContextDescriptor(DeclContext *from,
748748
if (auto Type = dyn_cast<NominalTypeDecl>(from)) {
749749
// Use a special module context if we have one.
750750
if (auto context =
751-
Mangle::ASTMangler::getSpecialManglingContext(Type, false)) {
751+
Mangle::ASTMangler::getSpecialManglingContext(
752+
Type, /*UseObjCProtocolNames=*/false)) {
752753
switch (*context) {
753754
case Mangle::ASTMangler::ObjCContext:
754755
return {getAddrOfObjCModuleContextDescriptor(),

0 commit comments

Comments
 (0)