================ @@ -15,6 +15,8 @@ #ifndef SANITIZER_COMMON_H #define SANITIZER_COMMON_H +#include <stdarg.h> ---------------- gbMattN wrote:
Is there a place where libc can be included? internal_vsnprintf needs va_list to be defined. https://github.com/llvm/llvm-project/pull/166381 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
