<div dir="ltr">On Mon, Sep 9, 2013 at 6:28 PM, Greg Clayton <span dir="ltr"><<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span> wrote:<div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">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.</blockquote>

<div><br></div><div>There is also llvm_unreachable(""), which seems to be preferred pattern in LLVM and Clang for this.</div></div><div><br></div>-- <br>João Matos</div></div>