summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2018-01-29 19:33:20 +0000
committerErich Keane <erich.keane@intel.com>2018-01-29 19:33:20 +0000
commitc18cce405edb45bfc06b96a445225175e901a500 (patch)
tree8e60b64a8e149947b286792b550589708a3d2e8f
parenta83d3c576aa8b22b48c6932713b78effb187a4fd (diff)
downloadbcm5719-llvm-c18cce405edb45bfc06b96a445225175e901a500.tar.gz
bcm5719-llvm-c18cce405edb45bfc06b96a445225175e901a500.zip
[NFC] Fixup comment with function name, actually incorrect name!
llvm-svn: 323679
-rw-r--r--clang/lib/Sema/SemaOverload.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/lib/Sema/SemaOverload.cpp b/clang/lib/Sema/SemaOverload.cpp
index b80f14d2422..1b07ec60ce9 100644
--- a/clang/lib/Sema/SemaOverload.cpp
+++ b/clang/lib/Sema/SemaOverload.cpp
@@ -10534,9 +10534,8 @@ static void CompleteNonViableCandidate(Sema &S, OverloadCandidate *Cand,
}
}
-/// PrintOverloadCandidates - When overload resolution fails, prints
-/// diagnostic messages containing the candidates in the candidate
-/// set.
+/// When overload resolution fails, prints diagnostic messages containing the
+/// candidates in the candidate set.
void OverloadCandidateSet::NoteCandidates(
Sema &S, OverloadCandidateDisplayKind OCD, ArrayRef<Expr *> Args,
StringRef Opc, SourceLocation OpLoc,
OpenPOWER on IntegriCloud