This is an archive of the discontinued LLVM Phabricator instance.

[clang][ASTImporter] Import ConstructorUsingShadowDecl correctly.
ClosedPublic

Authored by balazske on Sep 24 2021, 3:06 AM.

Details

Summary

Fix import of ConstructorUsingShadowDecl and add tests.

Diff Detail

Event Timeline

balazske created this revision.Sep 24 2021, 3:06 AM
balazske requested review of this revision.Sep 24 2021, 3:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2021, 3:06 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
martong accepted this revision.Sep 28 2021, 2:30 AM

Nice work! Thanks for the assiduous tests!

clang/unittests/AST/ASTImporterTest.cpp
6933–6934

Very good matcher!

This revision is now accepted and ready to land.Sep 28 2021, 2:30 AM
This revision was landed with ongoing or failed builds.Oct 1 2021, 2:27 AM
This revision was automatically updated to reflect the committed changes.