aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-31 21:48:38 +0000
committerChris Lattner <sabre@nondot.org>2007-08-31 21:48:38 +0000
commite436dda806afee42b630b2153385661f1f882f8d (patch)
treefa677c1426f4d9259d5ba4f67bf80f3ff282acc1
parent42a509f6a4f71bb805cc4abbb26722a34dffddde (diff)
new diag
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41652 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/DiagnosticKinds.def2
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")