diff options
author | Sean Hunt <scshunt@csclub.uwaterloo.ca> | 2011-05-08 20:15:27 +0000 |
---|---|---|
committer | Sean Hunt <scshunt@csclub.uwaterloo.ca> | 2011-05-08 20:15:27 +0000 |
commit | 76934c703e53f676b96e4127663b4adb0285ea4a (patch) | |
tree | ec6f03c603380c726ebb5d1ecb64194e5f3a6a5e | |
parent | 8e0397a39eaf9db83cbd9a3a459893fd12a3a05e (diff) |
Restore an accidentally-deleted word.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131074 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/DiagnosticSemaKinds.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 29728d5d2e..6d90ba17c6 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -1415,7 +1415,7 @@ def err_ovl_ambiguous_call : Error< 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< |