[clang-tools-extra] Add bugprone-sprintf-overlap (PR #114244)

via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 07:50:17 PDT 2024


================
@@ -0,0 +1,23 @@
+.. title:: clang-tidy - bugprone-undefined-sprintf-overlap
+
+bugprone-undefined-sprintf-overlap
+==================================
+
+Warns if any arguments to the sprintf family of functions overlap with the
----------------
EugeneZelenko wrote:

Please synchronize with statement in Release Notes.

https://github.com/llvm/llvm-project/pull/114244


More information about the cfe-commits mailing list