diff options
Diffstat (limited to 'include/clang/Basic')
-rw-r--r-- | include/clang/Basic/DiagnosticSemaKinds.td | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index f3d69c0035..fe8f5f29a9 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -365,6 +365,10 @@ def err_override_exception_spec : Error< "base version">; def err_incompatible_exception_specs : Error< "target exception specification is not superset of source">; +def err_return_type_specs_differ : Error< + "exception specifications of return types differ">; +def err_arg_type_specs_differ : Error< + "exception specifications of argument types differ">; // C++ access checking def err_class_redeclared_with_different_access : Error< |