We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba629e7 commit 0d6a0d0Copy full SHA for 0d6a0d0
llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
@@ -70,10 +70,10 @@ static cl::opt<bool> ClOutlineInstrumentation(
70
71
72
static cl::opt<bool> ClVerifyOutlinedInstrumentation(
73
- "tysan-verify-outlined-instrumentation",
74
- cl::desc("Check types twice with both inlined instrumentation and "
75
- "function calls. This verifies that they behave the same."),
76
- cl::Hidden, cl::init(false));
+ "tysan-verify-outlined-instrumentation",
+ cl::desc("Check types twice with both inlined instrumentation and "
+ "function calls. This verifies that they behave the same."),
+ cl::Hidden, cl::init(false));
77
78
STATISTIC(NumInstrumentedAccesses, "Number of instrumented accesses");
79
0 commit comments