[clang] [analyzer] Fix security.VAList false positives with C23 va_start (PR #192024)

Björn Svensson via cfe-commits cfe-commits at lists.llvm.org
Mon May 4 04:09:34 PDT 2026


================
@@ -0,0 +1,16 @@
+// Like the compiler, the static analyzer treats some functions differently if
----------------
bjosv wrote:

I don't see that we do. This header is also very similar to `system-header-simulator-for-valist.h`‎, except the difference what `va_start` is.


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


More information about the cfe-commits mailing list