[clang] fix: C++ empty record with align lead to va_list out of sync (PR #72197)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 4 10:19:26 PST 2023


https://github.com/efriedma-quic approved this pull request.

LGTM

In terms of va_list etc., we first need to make sure calls are correct (compare against gcc etc.), then we need to make sure va_list is consistent with that.

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


More information about the cfe-commits mailing list