clayborg added inline comments.

================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h:216
 
+  DWARFCompileUnitData *m_data;
+
----------------
Is there a reason this is a member variable that I am not seeing? Seems we 
could have this class inherit from DWARFCompileUnitData. I am guessing this 
will be needed for a future patch?


https://reviews.llvm.org/D40466



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to