This is an archive of the discontinued LLVM Phabricator instance.

[clang][ASTImporter] Add import of 'DependentSizedExtVectorType'
ClosedPublic

Authored by danix800 on Aug 6 2023, 10:16 AM.

Diff Detail

Event Timeline

danix800 created this revision.Aug 6 2023, 10:16 AM
Herald added a reviewer: shafik. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: martong. · View Herald Transcript
danix800 requested review of this revision.Aug 6 2023, 10:16 AM
danix800 edited reviewers, added: aaron.ballman; removed: Aar454on.Aug 6 2023, 10:17 AM
danix800 updated this revision to Diff 547615.Aug 6 2023, 5:09 PM

Apply git-clang-format

ASTImporter part looks good, I did not check the generated documentation for correctness.

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.

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 as parent revision (and upload code here without changes in D157237). It is more safe to have the exact same code in the review that will be committed.

danix800 updated this revision to Diff 547783.Aug 7 2023, 7:35 AM

Cleanup since D157237 is landed.

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 as parent revision (and upload code here without changes in D157237). It is more safe to have the exact same code in the review that will be committed.

This revision is cleaned up since D157237 is already landed. For future revison I'll try these techniques to reduce reviewing burden. Thanks for reminding.

balazske accepted this revision.Aug 7 2023, 7:43 AM
This revision is now accepted and ready to land.Aug 7 2023, 7:43 AM