This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][docs] Document DILabel in LangRef
ClosedPublic

Authored by scott.linder on Oct 8 2020, 4:46 PM.

Details

Summary

Add some minimal documentation for DILabel, originally introduced in
D45024. Update the name and semantics of the variables: field in the
documentation for DISubprogram; the field is now called
retainedNodes: and is a heterogeneous list of DILocalVariable and
DILabel.

Diff Detail