Skip to content

Commit 535ee42

Browse files
committed
[FOLD] format
1 parent 0fada09 commit 535ee42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Sema/SemaTemplate.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10380,8 +10380,7 @@ Sema::CheckMemberSpecialization(NamedDecl *Member, LookupResult &Previous) {
1038010380
}
1038110381
if (Ambiguous) {
1038210382
Diag(Member->getLocation(), diag::err_function_member_spec_ambiguous)
10383-
<< Member
10384-
<< (InstantiatedFrom ? InstantiatedFrom : Instantiation);
10383+
<< Member << (InstantiatedFrom ? InstantiatedFrom : Instantiation);
1038510384
for (FunctionDecl *Candidate : Candidates)
1038610385
Diag(Candidate->getLocation(), diag::note_function_member_spec_matched)
1038710386
<< Candidate;

0 commit comments

Comments
 (0)