We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3554070 commit ff3f8dcCopy full SHA for ff3f8dc
clang/lib/Parse/ParseDeclCXX.cpp
@@ -3152,7 +3152,7 @@ Parser::DeclGroupPtrTy Parser::ParseCXXClassMemberDeclaration(
3152
Tok.getLocation(),
3153
DS.isFriendSpecified() || NextToken().is(tok::kw_friend)
3154
? llvm::to_underlying(diag::err_friend_concept)
3155
- : llvm::to_underlying((
+ : llvm::to_underlying(
3156
diag::
3157
err_concept_decls_may_only_appear_in_global_namespace_scope));
3158
SkipUntil(tok::semi, tok::r_brace, StopBeforeMatch);
0 commit comments