r191169 - Fix typo. Add missing whitespace. No functionality change.
Nick Lewycky
nicholas at mxc.ca
Sun Sep 22 03:06:01 PDT 2013
Author: nicholas
Date: Sun Sep 22 05:06:01 2013
New Revision: 191169
URL: http://llvm.org/viewvc/llvm-project?rev=191169&view=rev
Log:
Fix typo. Add missing whitespace. No functionality change.
Modified:
cfe/trunk/lib/Sema/SemaOverload.cpp
Modified: cfe/trunk/lib/Sema/SemaOverload.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaOverload.cpp?rev=191169&r1=191168&r2=191169&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaOverload.cpp (original)
+++ cfe/trunk/lib/Sema/SemaOverload.cpp Sun Sep 22 05:06:01 2013
@@ -5532,7 +5532,7 @@ Sema::AddOverloadCandidate(FunctionDecl
}
/// \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(Functio
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);
More information about the cfe-commits
mailing list