================ @@ -3478,6 +3478,11 @@ def err_format_attribute_result_not : Error<"function does not return %0">; def err_format_attribute_implicit_this_format_string : Error< "format attribute cannot specify the implicit this argument as the format " "string">; +def warn_missing_format_attribute + : Warning<"diagnostic behavior may be improved by adding the '%0' format " + "attribute to the declaration of %1">, + InGroup<DiagGroup<"missing-format-attribute">>, + DefaultIgnore; ---------------- Sirraide wrote:
Please change the formatting of this to be more similar to the other diagnostics (clang-format doesn’t do this properly unfortunately...) https://github.com/llvm/llvm-project/pull/166738 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
