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;
56
56
using namespace CodeGen ;
57
57
58
58
namespace 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
61
61
llvm::cl::opt<bool > ClSanitizeGuardChecks (
62
62
" ubsan-guard-checks" , llvm::cl::Optional,
63
63
llvm::cl::desc (" Guard UBSAN checks with `llvm.allow.ubsan.check()`." ));
64
64
65
65
} // namespace clang
66
66
67
+ // TODO: consider deprecating ClArrayBoundsPseudoFn; functionality is subsumed
68
+ // by -fsanitize-annotate-debug-info
67
69
static llvm::cl::opt<bool > ClArrayBoundsPseudoFn (
68
70
" array-bounds-pseudofn" , llvm::cl::Hidden, llvm::cl::Optional,
69
71
llvm::cl::desc (" Emit debug info that places array-bounds instrumentation "
You can’t perform that action at this time.
0 commit comments