[Lldb-commits] [PATCH] D43912: [Symbol] Add InvalidType, a force-checked recoverable error

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 1 10:04:07 PST 2018


jingham added a comment.

Asking the person trying to catch a bad CompilerType to understand how the error mechanism works to effect this goal seems a little much, especially 'cause they are going to be focused on the return which your macro would make tantalizingly out of my reach.  OTOH, if you put a comment before the macro saying "To catch this error return case, do X" I have no objections to having the macro.


https://reviews.llvm.org/D43912





More information about the lldb-commits mailing list