This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][docs] Fix DISubprogram fields
ClosedPublic

Authored by ellis on Jul 27 2021, 5:31 PM.

Details

Summary

D45024 renamed the field in DISubprogram from variables: to
retainedNodes:. Some of the docs were updated in D89082 but this
updates the rest.

Diff Detail

Event Timeline

ellis created this revision.Jul 27 2021, 5:31 PM
ellis requested review of this revision.Jul 27 2021, 5:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2021, 5:31 PM
scott.linder accepted this revision.Jul 28 2021, 10:44 AM

LGTM, thank you for catching these!

This revision is now accepted and ready to land.Jul 28 2021, 10:44 AM
This revision was automatically updated to reflect the committed changes.