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

via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 5 19:35:12 PST 2025


================
@@ -248,6 +249,8 @@ class BugproneModule : public ClangTidyModule {
         "bugprone-unchecked-optional-access");
     CheckFactories.registerCheck<UndefinedMemoryManipulationCheck>(
         "bugprone-undefined-memory-manipulation");
+    CheckFactories.registerCheck<SprintfArgumentOverlapCheck>(
----------------
EugeneZelenko wrote:

Alphabetical order, please.

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


More information about the cfe-commits mailing list