diff options
Diffstat (limited to 'clang/include/clang/Basic/DiagnosticKinds.def')
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticKinds.def | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/include/clang/Basic/DiagnosticKinds.def b/clang/include/clang/Basic/DiagnosticKinds.def index 81f30e4540a..5b2eb9a6d12 100644 --- a/clang/include/clang/Basic/DiagnosticKinds.def +++ b/clang/include/clang/Basic/DiagnosticKinds.def @@ -896,6 +896,8 @@ DIAG(err_unexpected_typedef_ident, ERROR, "unexpected type name '%0': expected identifier") DIAG(err_undeclared_var_use, ERROR, "use of undeclared identifier '%0'") +DIAG(err_undeclared_use, ERROR, + "use of undeclared '%0'") DIAG(warn_deprecated, WARNING, "'%0' is deprecated") DIAG(err_redefinition, ERROR, @@ -1379,9 +1381,6 @@ DIAG(warn_conv_to_base_not_used, WARNING, "be used") DIAG(warn_conv_to_void_not_used, WARNING, "conversion function converting '%0' to '%1' will never be used") -DIAG(err_no_conv_function, ERROR, - "no conversion function to type '%0'") - DIAG(warn_not_compound_assign, WARNING, "use of unary operator that may be intended as compound assignment (%0=)") |

