[PATCH] D136886: [clang] [ASTImporter] RFC: Correct importer to not duplicate sugared types

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 29 14:13:31 PDT 2022


mizvekov added a comment.

It's not clear to me there is anything wrong besides our not importing of `va_list_tag`.
The imported TypedefType should have the same underlying type as the original one, and I did not find anything different is happening on that test case.

I will post a patch fixing the import situation soon, let me know if there is still anything amiss.


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