diff options
Diffstat (limited to 'clang/include/clang/Basic/DiagnosticKinds.def')
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticKinds.def | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticKinds.def b/clang/include/clang/Basic/DiagnosticKinds.def index bb681e69865..443e3114622 100644 --- a/clang/include/clang/Basic/DiagnosticKinds.def +++ b/clang/include/clang/Basic/DiagnosticKinds.def @@ -1250,7 +1250,7 @@ DIAG(err_typecheck_duplicate_vector_components_not_mlvalue, ERROR,  DIAG(err_block_decl_ref_not_modifiable_lvalue, ERROR,       "variable is not assignable (missing __block type specifier)")  DIAG(err_typecheck_call_not_function, ERROR, -     "called object is not a function or function pointer") +     "called object type '%0' is not a function or function pointer")  DIAG(err_typecheck_call_too_few_args, ERROR,       "too few arguments to function")  DIAG(err_typecheck_block_too_few_args, ERROR,  | 

