Add import of 'DependentSizedExtVectorType'.
Depends on https://reviews.llvm.org/D157237
Paths
| Differential D157238
[clang][ASTImporter] Add import of 'DependentSizedExtVectorType' ClosedPublic Authored by danix800 on Aug 6 2023, 10:16 AM.
Details
Diff Detail
Event TimelineComment Actions ASTImporter part looks good, I did not check the generated documentation for correctness. Comment Actions
Matcher part will be committed in https://reviews.llvm.org/D157237, these code is added here only to support this revision. Comment Actions
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. Comment Actions
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. This revision is now accepted and ready to land.Aug 7 2023, 7:43 AM Closed by commit rGdb92fb8726fc: [clang][ASTImporter] Add import of 'DependentSizedExtVectorType' (authored by dingfei <fding@feysh.com>). · Explain WhyAug 7 2023, 7:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 548032 clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterFixtures.h
clang/unittests/AST/ASTImporterTest.cpp
|