Skip to content

Commit d8d743f

Browse files
camcshafik
andauthored
Update clang/lib/Parse/ParseDecl.cpp
Co-authored-by: Shafik Yaghmour <[email protected]>
1 parent d947092 commit d8d743f

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
@@ -6007,7 +6007,7 @@ bool Parser::isConstructorDeclarator(bool IsUnqualified, bool DeductionGuide,
60076007

60086008
// A C++11 attribute here signals that we have a constructor, and is an
60096009
// attribute on the first constructor parameter.
6010-
if (isCXX11AttributeSpecifier(/*Disambiguate*/ false,
6010+
if (isCXX11AttributeSpecifier(/*Disambiguate=*/false,
60116011
/*OuterMightBeMessageSend*/ true) !=
60126012
CXX11AttributeKind::NotAttributeSpecifier) {
60136013
return true;

0 commit comments

Comments
 (0)