[cfe-commits] r77955 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Eli Friedman eli.friedman at gmail.com
Sun Aug 2 22:14:16 PDT 2009


Author: efriedma
Date: Mon Aug  3 00:14:16 2009
New Revision: 77955

URL: http://llvm.org/viewvc/llvm-project?rev=77955&view=rev
Log:
Tweak diagnostic wording; patch by Sean Hunt.


Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=77955&r1=77954&r2=77955&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Mon Aug  3 00:14:16 2009
@@ -1110,7 +1110,7 @@
   "bit-field %0 has negative width (%1)">;
 def err_anon_bitfield_has_negative_width : Error<
   "anonymous bit-field has negative width (%0)">;
-def err_bitfield_has_zero_width : Error<"bit-field %0 has zero width">;
+def err_bitfield_has_zero_width : Error<"named bit-field %0 has zero width">;
 def err_bitfield_width_exceeds_type_size : Error<
   "size of bit-field %0 exceeds size of its type (%1 bits)">;
 def err_anon_bitfield_width_exceeds_type_size : Error<





More information about the cfe-commits mailing list