diff options
-rw-r--r-- | include/clang/Basic/DiagnosticKinds.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Basic/DiagnosticKinds.def b/include/clang/Basic/DiagnosticKinds.def index a5d276d33e..0eb3da260a 100644 --- a/include/clang/Basic/DiagnosticKinds.def +++ b/include/clang/Basic/DiagnosticKinds.def @@ -589,6 +589,8 @@ DIAG(err_offsetof_record_type, ERROR, "offsetof requires struct, union, or class type, '%0' invalid") DIAG(err_offsetof_array_type, ERROR, "offsetof requires array type, '%0' invalid") +DIAG(ext_offsetof_extended_field_designator, EXTENSION, + "using extended field designator is an extension") DIAG(err_invalid_suffix_integer_constant, ERROR, "invalid suffix '%0' on integer constant") |