[PATCH] D157238: [clang][ASTImporter] Add import of 'DependentSizedExtVectorType'

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 7 05:35:04 PDT 2023


balazske added a comment.

In D157238#4565260 <https://reviews.llvm.org/D157238#4565260>, @danix800 wrote:

> In D157238#4565051 <https://reviews.llvm.org/D157238#4565051>, @balazske wrote:
>
>> `ASTImporter` part looks good, I did not check the generated documentation for correctness.
>
> Matcher part will be committed in https://reviews.llvm.org/D157237, these code is added here only to support this revision.

It is possible to add D157237 <https://reviews.llvm.org/D157237> as parent revision (and upload code here without changes in D157237 <https://reviews.llvm.org/D157237>). It is more safe to have the exact same code in the review that will be committed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157238



More information about the cfe-commits mailing list