diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2013-09-22 10:06:01 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2013-09-22 10:06:01 +0000 |
commit | ed4265c24e2b60d759d09da6a4c8495ada35778d (patch) | |
tree | 700c1fabf1655af96567602fd5fe3ae7ff9f64c8 /clang/lib/Sema/SemaOverload.cpp | |
parent | 51270837aaaeb2d3816e45992ceea45c39715742 (diff) | |
download | bcm5719-llvm-ed4265c24e2b60d759d09da6a4c8495ada35778d.tar.gz bcm5719-llvm-ed4265c24e2b60d759d09da6a4c8495ada35778d.zip |
Fix typo. Add missing whitespace. No functionality change.
llvm-svn: 191169
Diffstat (limited to 'clang/lib/Sema/SemaOverload.cpp')
-rw-r--r-- | clang/lib/Sema/SemaOverload.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaOverload.cpp b/clang/lib/Sema/SemaOverload.cpp index df18752bfa8..1331626b332 100644 --- a/clang/lib/Sema/SemaOverload.cpp +++ b/clang/lib/Sema/SemaOverload.cpp @@ -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); |