diff options
Diffstat (limited to 'clang/include/clang/Basic/DiagnosticKinds.def')
-rw-r--r-- | clang/include/clang/Basic/DiagnosticKinds.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/DiagnosticKinds.def b/clang/include/clang/Basic/DiagnosticKinds.def index 21f348216da..3d0a3f8815f 100644 --- a/clang/include/clang/Basic/DiagnosticKinds.def +++ b/clang/include/clang/Basic/DiagnosticKinds.def @@ -617,6 +617,8 @@ DIAG(err_unexpected_typedef, ERROR, "unexpected type name '%0': expected expression") DIAG(err_undeclared_var_use, ERROR, "use of undeclared identifier '%0'") +DIAG(warn_deprecated, WARNING, + "'%0' is deprecated") DIAG(err_redefinition, ERROR, "redefinition of '%0'") DIAG(err_static_non_static, ERROR, |