]> granicus.if.org Git - clang/commitdiff
[NFC] Fixup comment with function name, actually incorrect name!
authorErich Keane <erich.keane@intel.com>
Mon, 29 Jan 2018 19:33:20 +0000 (19:33 +0000)
committerErich Keane <erich.keane@intel.com>
Mon, 29 Jan 2018 19:33:20 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323679 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaOverload.cpp

index b80f14d242259d8a04db5c357786715ef0fd01c3..1b07ec60ce91617b3b901eab98de19a60f8d7e97 100644 (file)
@@ -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,