[Lldb-commits] [PATCH] D76697: [lldb] Remove Debug-only assert in AppleObjCTypeEncodingParser::BuildObjCObjectPointerType

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 24 11:49:16 PDT 2020


JDevlieghere added a comment.

According to the comment there is at least one valid reason for this code path to trigger. An `lldb_assert` will encourage users to file bugs and I think we have enough real issues that we can do without the additional noise.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76697/new/

https://reviews.llvm.org/D76697





More information about the lldb-commits mailing list