================
@@ -10975,9 +11176,8 @@ OverloadCandidateSet::BestViableFunction(Sema &S,
SourceLocation Loc,
if (Best == end())
return OR_No_Viable_Function;
+ llvm::SmallVector<OverloadCandidate *, 4> PendingBest;
llvm::SmallVector<const NamedDecl *, 4> EquivalentCands;
-
- llvm::SmallVector<OverloadCandidate*, 4> PendingBest;
----------------
zyn0217 wrote:
unrelated changes (sorry for nitpicks at this point)
https://github.com/llvm/llvm-project/pull/133426
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits