[clang] [llvm] [analyzer] Delete `alpha.security.MallocOverflow` (PR #103059)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 01:58:01 PDT 2024
================
@@ -1039,10 +1039,6 @@ def ArrayBoundCheckerV2 : Checker<"ArrayBoundV2">,
HelpText<"Warn about buffer overflows (newer checker)">,
Documentation<HasDocumentation>;
-def MallocOverflowSecurityChecker : Checker<"MallocOverflow">,
----------------
NagyDonat wrote:
Is it possible to write a "this checker no longer exists, but references to its name should not be an error" placeholder in this TD file?
If you readily know a solution, I'd be happy to add it, but I don't want to spend time on researching it.
https://github.com/llvm/llvm-project/pull/103059
More information about the cfe-commits
mailing list