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

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 24 12:21:22 PDT 2020


davide added a comment.

In D76697#1939731 <https://reviews.llvm.org/D76697#1939731>, @JDevlieghere wrote:

> 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.


I do believe users should file bugs if this triggers, yes. In the recent past, I looked at ObjC more than most, so these bugs can land on me.


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

https://reviews.llvm.org/D76697





More information about the lldb-commits mailing list