Radovan =?utf-8?q?Bo=C5=BEi=C4=87?= <[email protected]>, Radovan =?utf-8?q?Bo=C5=BEi=C4=87?= <[email protected]>, Radovan =?utf-8?q?Bo=C5=BEi=C4=87?= <[email protected]>, Radovan =?utf-8?q?Bo=C5=BEi=C4=87?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -986,6 +983,10 @@ def warn_fortify_source_size_mismatch : Warning< "'%0' size argument is too large; destination buffer has size %1," " but size argument is %2">, InGroup<FortifySource>; +def warn_fortify_source_negative_size : Warning< + " '%0' size argument is negative">, ---------------- nickdesaulniers wrote: There looks like a leading whitespace in the diagnostic. Intentional? Otherwise: ```suggestion "'%0' size argument is negative">, ``` https://github.com/llvm/llvm-project/pull/204337 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
