On Mon, Sep 9, 2013 at 6:28 PM, Greg Clayton <[email protected]> wrote:
> Change any "assert(false)" code to be "assert(false && "explanation of why
> we are asserting")". You did this in a few places, but do let people know
> what the assertion is firing.
There is also llvm_unreachable(""), which seems to be preferred pattern in
LLVM and Clang for this.
--
João Matos
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits