[clang] [llvm] [analyzer] Delete `alpha.security.MallocOverflow` (PR #103059)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 05:09:46 PDT 2024
================
@@ -1,40 +0,0 @@
-// RUN: %clang_analyze_cc1 -triple x86_64-unknown-unknown -analyzer-checker=alpha.security.MallocOverflow,unix -verify %s
-// RUN: %clang_analyze_cc1 -triple x86_64-unknown-unknown -analyzer-checker=alpha.security.MallocOverflow,unix,optin.portability -DPORTABILITY -verify %s
----------------
NagyDonat wrote:
I agree, that this might have some minor usefulness by accident, but I still think that it's better to remove it. (After all, we are not copying random "no results found" source files into our test directory...)
https://github.com/llvm/llvm-project/pull/103059
More information about the cfe-commits
mailing list