================ @@ -179,6 +179,8 @@ def err_opencl_unknown_type_specifier : Error< def warn_unknown_attribute_ignored : Warning< "unknown attribute %0 ignored">, InGroup<UnknownAttributes>; +def ext_unknown_attribute_ignored : Extension< + "unknown attribute %0 ignored">, InGroup<UnknownAttributes>; ---------------- a-tarasyuk wrote:
>From my understanding of the issue, an _unknown_ attr scope shouldn't result >in a warning by default. It should only be handled when a specific flag is >enabled or in pedantic mode. For that reason, I added an extension warning., >or is this not applicable in this case? https://github.com/llvm/llvm-project/pull/120925 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits