]> granicus.if.org Git - clang/commitdiff
new diag
authorChris Lattner <sabre@nondot.org>
Fri, 31 Aug 2007 21:48:38 +0000 (21:48 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 31 Aug 2007 21:48:38 +0000 (21:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41652 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticKinds.def

index a5d276d33e99ebb585549f3ea301317d609c5818..0eb3da260a3775a5c6ee11a05dadf934096a57f8 100644 (file)
@@ -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")