[cfe-commits] r131074 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Sean Hunt
scshunt at csclub.uwaterloo.ca
Sun May 8 13:15:27 PDT 2011
Author: coppro
Date: Sun May 8 15:15:27 2011
New Revision: 131074
URL: http://llvm.org/viewvc/llvm-project?rev=131074&view=rev
Log:
Restore an accidentally-deleted word.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=131074&r1=131073&r2=131074&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Sun May 8 15:15:27 2011
@@ -1415,7 +1415,7 @@
def err_ovl_deleted_call : Error<
"call to %select{unavailable|deleted}0 function %1%2">;
def err_ovl_ambiguous_member_call : Error<
- "call member function %0 is ambiguous">;
+ "call to member function %0 is ambiguous">;
def err_ovl_deleted_member_call : Error<
"call to %select{unavailable|deleted}0 member function %1%2">;
def note_ovl_too_many_candidates : Note<
More information about the cfe-commits
mailing list