This is an archive of the discontinued LLVM Phabricator instance.

[AST] Store regular ValueDecl* in BindingDecl
ClosedPublic

Authored by aaronpuchert on Mar 27 2021, 6:06 AM.

Details

Summary

We were always storing a regular ValueDecl* as decomposition declaration
and haven't been using the opportunity to initialize it lazily.

Diff Detail

Event Timeline

aaronpuchert requested review of this revision.Mar 27 2021, 6:06 AM
aaronpuchert created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2021, 6:06 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.May 20 2021, 6:20 AM
aaron.ballman added a subscriber: aaron.ballman.

LGTM, please add NFC to the commit message though. Thanks!

This revision is now accepted and ready to land.May 20 2021, 6:20 AM
This revision was landed with ongoing or failed builds.May 20 2021, 7:29 AM
This revision was automatically updated to reflect the committed changes.