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

Balázs Benics via cfe-commits cfe-commits at lists.llvm.org
Fri May 1 04:33:43 PDT 2026


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

Do we usually have header guards for these internal testing headers?

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


More information about the cfe-commits mailing list