[Lldb-commits] MSVC12 support
    João Matos 
    ripzonetriton at gmail.com
       
    Mon Sep  9 12:19:21 PDT 2013
    
    
  
On Mon, Sep 9, 2013 at 6:28 PM, Greg Clayton <gclayton at apple.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20130909/d8fa442b/attachment.html>
    
    
More information about the lldb-commits
mailing list