[all-commits] [llvm/llvm-project] 4926a5: [lldb] Clarify docstring for SBBlock::IsInlined, NFC

Vedant Kumar via All-commits all-commits at lists.llvm.org
Thu Sep 17 16:56:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4926a5ee63017396e1c55b1505f9fd2bed858218
      https://github.com/llvm/llvm-project/commit/4926a5ee63017396e1c55b1505f9fd2bed858218
  Author: Vedant Kumar <vsk at apple.com>
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
    M lldb/bindings/interface/SBBlock.i

  Log Message:
  -----------
  [lldb] Clarify docstring for SBBlock::IsInlined, NFC

Previously, there was a little ambiguity about whether IsInlined should
return true for an inlined lexical block, since technically the lexical
block would not represent an inlined function (it'd just be contained
within one).

Edit suggested by Jim Ingham.




More information about the All-commits mailing list