[clang] [analyzer] Adding taint analysis capability to unix.Malloc checker (PR #92420)

DonĂ¡t Nagy via cfe-commits cfe-commits at lists.llvm.org
Mon May 27 04:16:53 PDT 2024


================
@@ -625,6 +628,16 @@ def BlockInCriticalSectionChecker : Checker<"BlockInCriticalSection">,
 
 } // end "alpha.unix"
 
+let ParentPackage = TaintOptIn in {
----------------
NagyDonat wrote:

Is this the right place for this? I'd guess that this should be placed next to other `optin` checkers (in alphabetical ordering).

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


More information about the cfe-commits mailing list