[PATCH] Exception handling docs: Describe landingpad clauses'	meanings in more detail
    Bill Wendling 
    isanbard at gmail.com
       
    Wed Feb 19 16:03:56 PST 2014
    
    
  
================
Comment at: docs/ExceptionHandling.rst:189
@@ +188,3 @@
+     undef``". This means that the landingpad should always be entered.
+
+   - When this clause is matched, the selector value will be negative.
----------------
You might want to be careful here. It sounds like 'filter [0 x i8**] undef' has the same semantics as 'catch i8* null', which I don't think it does. (If it does, that wasn't intended.)
http://llvm-reviews.chandlerc.com/D2744
    
    
More information about the llvm-commits
mailing list