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 17ecca4 commit b43d513Copy full SHA for b43d513
clang/lib/Basic/Sanitizers.cpp
@@ -38,7 +38,7 @@ std::optional<double> SanitizerMaskCutoffs::operator[](unsigned Kind) const {
38
if (Cutoffs.empty() || Cutoffs[Kind] < SanitizerMaskCutoffsEps)
39
return std::nullopt;
40
41
-return Cutoffs[Kind];
+ return Cutoffs[Kind];
42
}
43
44
void SanitizerMaskCutoffs::clear(SanitizerMask K) { set(K, 0); }
0 commit comments