Skip to content

Commit 3554070

Browse files
jsjicor3ntin
andcommitted
Update clang/lib/Parse/ParseDeclCXX.cpp
Co-authored-by: cor3ntin <[email protected]>
1 parent 9c4dd64 commit 3554070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Parse/ParseDeclCXX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3152,7 +3152,7 @@ Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclaration(
31523152
Tok.getLocation(),
31533153
DS.isFriendSpecified() || NextToken().is(tok::kw_friend)
31543154
? llvm::to_underlying(diag::err_friend_concept)
3155-
: unsigned(
3155+
: llvm::to_underlying((
31563156
diag::
31573157
err_concept_decls_may_only_appear_in_global_namespace_scope));
31583158
SkipUntil(tok::semi, tok::r_brace, StopBeforeMatch);

0 commit comments

Comments
 (0)