[Lldb-commits] [PATCH] D53321: Code cleanup: Remove DWARFDebugInfoEntry::m_empty_children

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 16 12:06:10 PDT 2018


jankratochvil marked an inline comment as done.
jankratochvil added a comment.

Also changed `assert()`->`lldbassert()` for `m_abbr_idx` 16-bit overflow as that could be a tough bug to catch if it ever happens.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53321





More information about the lldb-commits mailing list