[PATCH] D49589: [UBSan] Strengthen pointer checks in 'new' expressions
    John McCall via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Jul 27 00:53:09 PDT 2018
    
    
  
rjmccall added a comment.
Okay, thank you, that's better, but I should've been clearer.  What I was really asking for was this: in *all* the code you're adding in this patch, where you've currently written `IsChecked` or `isChecked` or `NewPointerIsChecked`, please instead write `IsSanitizerChecked` or `isSanitizerChecked` or `NewPointerIsSanitizerChecked` unless it is literally something like a local variable in a function about performing sanitizer checks.
Repository:
  rC Clang
https://reviews.llvm.org/D49589
    
    
More information about the cfe-commits
mailing list