[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 Feb 24 00:43:21 PST 2023


balazske added a comment.

Probably we can add a new function `ASTContext::getVaListTagDeclIfExists` that does not create declarations if these do not exist. These new mentioned test cases would probably fail, but with a new non-modifying get function it can work.


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