[clang-tools-extra] Add bugprone-undefined-sprintf-overlap (PR #114244)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 5 19:15:03 PST 2025
================
@@ -86,6 +86,7 @@
#include "TooSmallLoopVariableCheck.h"
#include "UncheckedOptionalAccessCheck.h"
#include "UndefinedMemoryManipulationCheck.h"
+#include "SprintfArgumentOverlapCheck.h"
----------------
EugeneZelenko wrote:
Please keep alphabetical order. Same in other list-like places.
https://github.com/llvm/llvm-project/pull/114244
More information about the cfe-commits
mailing list