This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Define DWARFDIE::children out-of-line instead of using template magic
ClosedPublic

Authored by teemperor on Jul 24 2021, 4:33 AM.

Diff Detail

Event Timeline

teemperor created this revision.Jul 24 2021, 4:33 AM
teemperor requested review of this revision.Jul 24 2021, 4:33 AM
teemperor updated this revision to Diff 361433.Jul 24 2021, 4:37 AM

Actually, I just defined this in the source file. The child_iterator constructor anyway has to call GetFirstChild so I don't think we gain a lot by having this in the header.

dblaikie accepted this revision.Jul 24 2021, 5:02 AM

Sounds good

This revision is now accepted and ready to land.Jul 24 2021, 5:02 AM
This revision was landed with ongoing or failed builds.Aug 11 2021, 10:20 AM
This revision was automatically updated to reflect the committed changes.