[PATCH] D12215: [UBSan] Add the ability to print more precise error kind in summary line.
    Filipe Cabecinhas via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Aug 20 15:48:09 PDT 2015
    
    
  
filcab added a subscriber: filcab.
filcab added a comment.
Looks good.
================
Comment at: lib/ubsan/ubsan_flags.inc:26
@@ +25,2 @@
+UBSAN_FLAG(bool, report_error_type, false,
+        "Print specific error type instead of 'undefined-behavior' in summary.")
----------------
Do we care that much about keeping the "always say 'undefined-behavior'" behavior around?
http://reviews.llvm.org/D12215
    
    
More information about the cfe-commits
mailing list