[PATCH] D41417: [hwasan] Implement -fsanitize-recover=hwaddress.
    Kostya Serebryany via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Dec 19 16:10:32 PST 2017
    
    
  
kcc accepted this revision.
kcc added a comment.
This revision is now accepted and ready to land.
LGTM with a nit
================
Comment at: compiler-rt/lib/hwasan/hwasan.cc:255
 
-template<bool IsStore, unsigned LogSize>
+template<bool Recover, bool IsStore, unsigned LogSize>
 __attribute__((always_inline, nodebug))
----------------
I'd prefer enums to booleans, for better readability
https://reviews.llvm.org/D41417
    
    
More information about the cfe-commits
mailing list