[clang-tools-extra] Add bugprone-sprintf-overlap (PR #114244)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 08:46:49 PDT 2024
================
@@ -131,6 +131,12 @@ New checks
Gives warnings for tagged unions, where the number of tags is
different from the number of data members inside the union.
+- New :doc:`bugprone-undefined-sprintf-overlap
+ <clang-tidy/checks/bugprone/undefined-sprintf-overlap>` check.
+
+ Warns if any arguments to the sprintf family of functions overlap with the
----------------
EugeneZelenko wrote:
```suggestion
Warns if any arguments to the ``sprintf`` family of functions overlap with the
```
https://github.com/llvm/llvm-project/pull/114244
More information about the cfe-commits
mailing list