================ @@ -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. + + Finds calls to sprintf family of functions whose first argument ---------------- EugeneZelenko wrote:
```suggestion Finds calls to ``sprintf`` family of functions whose first argument ``` https://github.com/llvm/llvm-project/pull/114244 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits