================
@@ -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(); }
----------------
usama54321 wrote:

Added a newline afterward. Keeping the newline in between to keep consistent 
with rest of code

https://github.com/llvm/llvm-project/pull/181011
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to