Add import of ConvertVectorExpr.
Depends on https://reviews.llvm.org/D157248
Paths
| Differential D157249
[clang][ASTImporter] Add import of 'ConvertVectorExpr' ClosedPublic Authored by danix800 on Aug 6 2023, 7:07 PM.
Details
Diff Detail
Event TimelineComment Actions
FWIW, this would usually be done via a "patch stack": https://kurtisnusbaum.medium.com/stacked-diffs-keeping-phabricator-diffs-small-d9964f4dcfa6 so that it's clear which changes are part of this patch and which changes are part of the parent patch. Comment Actions
I'll update this and D157238 to clean state since their dependents are both landed. For future revisions I'll try this "patch stack" if dependency exists. Thanks for this info. This revision is now accepted and ready to land.Aug 7 2023, 9:00 AM Closed by commit rGdf21f9fc0373: [clang][ASTImporter] Add import of 'ConvertVectorExpr' (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 548033 clang/lib/AST/ASTImporter.cpp
clang/unittests/AST/ASTImporterTest.cpp
|