Skip to content

Commit e3d1153

Browse files
committed
fix other comment
1 parent d8d743f commit e3d1153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Parse/ParseDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6008,7 +6008,7 @@ bool Parser::isConstructorDeclarator(bool IsUnqualified, bool DeductionGuide,
60086008
// A C++11 attribute here signals that we have a constructor, and is an
60096009
// attribute on the first constructor parameter.
60106010
if (isCXX11AttributeSpecifier(/*Disambiguate=*/false,
6011-
/*OuterMightBeMessageSend*/ true) !=
6011+
/*OuterMightBeMessageSend=*/ true) !=
60126012
CXX11AttributeKind::NotAttributeSpecifier) {
60136013
return true;
60146014
}

0 commit comments

Comments
 (0)