r323679 - [NFC] Fixup comment with function name, actually incorrect name!
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 29 11:33:20 PST 2018
Author: erichkeane
Date: Mon Jan 29 11:33:20 2018
New Revision: 323679
URL: http://llvm.org/viewvc/llvm-project?rev=323679&view=rev
Log:
[NFC] Fixup comment with function name, actually incorrect name!
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=323679&r1=323678&r2=323679&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaOverload.cpp (original)
+++ cfe/trunk/lib/Sema/SemaOverload.cpp Mon Jan 29 11:33:20 2018
@@ -10534,9 +10534,8 @@ static void CompleteNonViableCandidate(S
}
}
-/// 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,
More information about the cfe-commits
mailing list