File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,16 @@ using namespace clang;
5656using  namespace  CodeGen ; 
5757
5858namespace  clang  {
59- //  TODO: Introduce frontend options to enabled per sanitizers, similar to 
60- //  ` fsanitize-trap`. 
59+ //  TODO: consider deprecating ClSanitizeGuardChecks; functionality is subsumed 
60+ //        by - fsanitize-skip-hot-cutoff 
6161llvm::cl::opt<bool > ClSanitizeGuardChecks (
6262    " ubsan-guard-checks" 
6363    llvm::cl::desc (" Guard UBSAN checks with `llvm.allow.ubsan.check()`." 
6464
6565} //  namespace clang
6666
67+ //  TODO: consider deprecating ClArrayBoundsPseudoFn; functionality is subsumed
68+ //        by -fsanitize-annotate-debug-info
6769static  llvm::cl::opt<bool > ClArrayBoundsPseudoFn (
6870    " array-bounds-pseudofn" 
6971    llvm::cl::desc (" Emit debug info that places array-bounds instrumentation " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments