================ @@ -827,7 +827,8 @@ def err_using_attribute_ns_conflict : Error< def err_attributes_not_allowed : Error<"an attribute list cannot appear here">; def err_keyword_not_allowed : Error<"%0 cannot appear here">; def ext_unbalanced_attribute_args : ExtWarn< - "attribute argument list is not a balanced token sequence">, InGroup<Pedantic>; + "attribute argument list is not a balanced token sequence">, + InGroup<DiagGroup<"unbalanced-attribute-args">>; ---------------- erichkeane wrote:
This group should also be in pedantic. https://github.com/llvm/llvm-project/pull/220259 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
