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

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 27 08:51:49 PST 2023


balazske added a comment.

I have a fix for the AArch64 problems in test `ImportCorrectTemplatedDecl`, dcl-58-cpp, and the "Declaration not emitted!" assertion. I can not find at which tests the `error: reference to 'std' is ambiguous` appears. Probably the AArch64 (and Arm) tests could be run again with the current fixes applied.


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