[Lldb-commits] [PATCH] D42892: DWZ 02/11: Move the codebase to use: DWARFCompileUnit -> DWARFUnit
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 12 10:33:42 PDT 2018
clayborg accepted this revision.
clayborg added inline comments.
================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFUnit.h:34
class DWARFUnit {
+ friend class DWARFCompileUnit;
+
----------------
DWARFCompileUnit inherits from this class. This isn't needed right?
https://reviews.llvm.org/D42892
More information about the lldb-commits
mailing list