================
@@ -79,6 +80,9 @@ class Variable : public UserID, public
std::enable_shared_from_this<Variable> {
return m_location_list;
}
+ uint64_t GetTagOffset() const { return m_tag_offset.value(); }
+
+ bool HasTagOffset() const { return m_tag_offset.has_value(); }
----------------
fmayer wrote:
nit: newline after this. maybe not between the two
https://github.com/llvm/llvm-project/pull/181011
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits