[Lldb-commits] [lldb] Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (PR #69981)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 23 17:38:26 PDT 2023
================
@@ -34,7 +34,7 @@ struct CompilerContext {
}
bool operator!=(const CompilerContext &rhs) const { return !(*this == rhs); }
- void Dump() const;
+ void Dump(Stream *s) const;
----------------
clayborg wrote:
I think Alex Langford is trying to get rid of functions that take "Stream *s" and replace them with "Stream &s"
https://github.com/llvm/llvm-project/pull/69981
More information about the lldb-commits
mailing list