================
@@ -34,7 +34,8 @@ class Variable : public UserID, public 
std::enable_shared_from_this<Variable> {
            SymbolContextScope *owner_scope, const RangeList &scope_range,
            Declaration *decl, const DWARFExpressionList &location,
            bool external, bool artificial, bool location_is_constant_data,
-           bool static_member = false);
+           bool static_member = false,
+           std::optional<uint64_t> m_tag_offset = std::nullopt);
----------------
fmayer wrote:

nit: for consistency, call this `tag_offset` (without the `m_`)

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