[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:52 PDT 2024


================
@@ -599,7 +599,47 @@ Warns when a nullable pointer is returned from a function that has _Nonnull retu
 optin
 ^^^^^
 
-Checkers for portability, performance or coding style specific rules.
+Checkers for portability, performance, optional security and coding style specific rules.
+
+.. _optin-taint-TaintMalloc:
+
+optin.taint.TaintMalloc
----------------
NagyDonat wrote:

Keep alphabetical order within the `optin` package; this should be after e.g. `optin.core.EnumCastOutOfRange`.

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


More information about the cfe-commits mailing list