================ @@ -43,11 +43,13 @@ class Block : public UserID, public SymbolContextScope { typedef RangeVector<uint32_t, uint32_t, 1> RangeList; typedef RangeList::Entry Range; - /// Construct with a User ID \a uid, \a depth. - /// - /// Initialize this block with the specified UID \a uid. The \a depth in the - /// \a block_list is used to represent the parent, sibling, and child block - /// information and also allows for partial parsing at the block level. + // Creates a block representing the whole function. Only meant to be used from + // the Function class. ---------------- DavidSpickett wrote:
Make sense, leave it as is then. https://github.com/llvm/llvm-project/pull/117683 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits