[PATCH] D144273: [clang][ASTImporter] Add VaList declaration to lookup table.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 3 03:37:30 PST 2023


balazske added a comment.

The new test should be better, it imports the `f` function without `new` and no VaList should exist in the imported translation unit. It looks like the `test.cpp` is appended to the AST after the import of the other files. I changed function `CreateVaListDecl` to always use the AArch64 create function, the test did not fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144273



More information about the cfe-commits mailing list