From e436dda806afee42b630b2153385661f1f882f8d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 31 Aug 2007 21:48:38 +0000 Subject: [PATCH] new diag git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41652 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticKinds.def | 2 ++ 1 file changed, 2 insertions(+) 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") -- 2.40.0