[PATCH] D136886: [clang] ASTImporter: Fix importing of va_list types and declarations

Jessica Clarke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 24 09:58:40 PST 2023


jrtc27 added a comment.

Arm and AArch64 are special because they're the architectures where `va_list` is `std::__va_list`, not a bare `__va_list_tag` or similar.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136886/new/

https://reviews.llvm.org/D136886



More information about the cfe-commits mailing list