[clang] 90ee8cf - Undo change inadvertently added in 113b0d7d

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 9 12:42:06 PDT 2020


Author: Erich Keane
Date: 2020-06-09T12:41:52-07:00
New Revision: 90ee8cf63613df525c4dab5e715fbae5f7310a78

URL: https://github.com/llvm/llvm-project/commit/90ee8cf63613df525c4dab5e715fbae5f7310a78
DIFF: https://github.com/llvm/llvm-project/commit/90ee8cf63613df525c4dab5e715fbae5f7310a78.diff

LOG: Undo change inadvertently added in 113b0d7d

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index e1adf199a12b..84bcf66a148e 100644
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -5713,9 +5713,8 @@ def ext_flexible_array_union_gnu : Extension<
 def err_flexible_array_not_at_end : Error<
   "flexible array member %0 with type %1 is not at the end of"
   " %select{struct|interface|union|class|enum}2">;
-def err_objc_variable_sized_type_not_at_end
-    : Error<"%select{field %1|unnamed field}0 with variable sized type %2 is "
-            "not at the end of class">;
+def err_objc_variable_sized_type_not_at_end : Error<
+  "field %0 with variable sized type %1 is not at the end of class">;
 def note_next_field_declaration : Note<
   "next field declaration is here">;
 def note_next_ivar_declaration : Note<


        


More information about the cfe-commits mailing list