forked from OSchip/llvm-project
Fix typo. Add missing whitespace. No functionality change.
llvm-svn: 191169
This commit is contained in:
parent
51270837aa
commit
ed4265c24e
|
@ -5532,7 +5532,7 @@ Sema::AddOverloadCandidate(FunctionDecl *Function,
|
|||
}
|
||||
|
||||
/// \brief Add all of the function declarations in the given function set to
|
||||
/// the overload canddiate set.
|
||||
/// the overload candidate set.
|
||||
void Sema::AddFunctionCandidates(const UnresolvedSetImpl &Fns,
|
||||
ArrayRef<Expr *> Args,
|
||||
OverloadCandidateSet& CandidateSet,
|
||||
|
@ -8157,7 +8157,7 @@ void Sema::NoteOverloadCandidate(FunctionDecl *Fn, QualType DestType) {
|
|||
MaybeEmitInheritedConstructorNote(*this, Fn);
|
||||
}
|
||||
|
||||
//Notes the location of all overload candidates designated through
|
||||
// Notes the location of all overload candidates designated through
|
||||
// OverloadedExpr
|
||||
void Sema::NoteAllOverloadCandidates(Expr* OverloadedExpr, QualType DestType) {
|
||||
assert(OverloadedExpr->getType() == Context.OverloadTy);
|
||||
|
|
Loading…
Reference in New Issue