]> granicus.if.org Git - clang/commitdiff
Fix typo. Add missing whitespace. No functionality change.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 22 Sep 2013 10:06:01 +0000 (10:06 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 22 Sep 2013 10:06:01 +0000 (10:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191169 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOverload.cpp

index df18752bfa8966841422e025ad01c92b49a05710..1331626b332e45f04e14dc3fe753d9f8865d3612 100644 (file)
@@ -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);