================
@@ -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);
----------------
JDevlieghere wrote:
+1 and not just consistency, the `m_` is reserved for members.
https://github.com/llvm/llvm-project/pull/181011
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits