================
@@ -3804,6 +3804,9 @@ def err_attribute_weakref_without_alias : Error<
"weakref declaration of %0 must also have an alias attribute">;
def err_alias_not_supported_on_darwin : Error <
"aliases are not supported on darwin">;
+def warn_attribute_non_character_array : Warning<
+ "%0%select{ attribute|}1 only applies to fields or variables of character "
+ "array type; type here is %2">, InGroup<IgnoredAttributes>;
----------------
AaronBallman wrote:
Easy enough, I've changed.
https://github.com/llvm/llvm-project/pull/137829
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits