This is an archive of the discontinued LLVM Phabricator instance.

[clang][ASTImporter] Import InheritedConstructor and ConstructorUsingShadowDecl.
ClosedPublic

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

Diff Detail

Event Timeline

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

LGTM!

This revision is now accepted and ready to land.Sep 28 2021, 2:31 AM
This revision was landed with ongoing or failed builds.Oct 1 2021, 1:02 AM
This revision was automatically updated to reflect the committed changes.
steakhal added inline comments.Oct 1 2021, 1:41 AM
clang/include/clang/ASTMatchers/ASTMatchers.h
5880

We need to add doc comments as well.
Please address this.