[all-commits] [llvm/llvm-project] 3f2386: [DebugInfo][docs] Document DILabel in LangRef

Scott Linder via All-commits all-commits at lists.llvm.org
Tue Oct 13 11:27:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f2386de6325157324a0dc2ae00ef3db3a144563
      https://github.com/llvm/llvm-project/commit/3f2386de6325157324a0dc2ae00ef3db3a144563
  Author: Scott Linder <Scott.Linder at amd.com>
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
    M llvm/docs/LangRef.rst

  Log Message:
  -----------
  [DebugInfo][docs] Document DILabel in LangRef

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`.

Reviewed By: aprantl

Differential Revision: https://reviews.llvm.org/D89082




More information about the All-commits mailing list