[cfe-commits] r41652 - /cfe/trunk/include/clang/Basic/DiagnosticKinds.def
Chris Lattner
sabre at nondot.org
Fri Aug 31 14:48:38 PDT 2007
Author: lattner
Date: Fri Aug 31 16:48:38 2007
New Revision: 41652
URL: http://llvm.org/viewvc/llvm-project?rev=41652&view=rev
Log:
new diag
Modified:
cfe/trunk/include/clang/Basic/DiagnosticKinds.def
Modified: cfe/trunk/include/clang/Basic/DiagnosticKinds.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticKinds.def?rev=41652&r1=41651&r2=41652&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticKinds.def (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticKinds.def Fri Aug 31 16:48:38 2007
@@ -589,6 +589,8 @@
"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")
More information about the cfe-commits
mailing list