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 27fe651 commit 45a9fa5Copy full SHA for 45a9fa5
clang/include/clang/Basic/Sanitizers.h
@@ -157,7 +157,7 @@ struct SanitizerKind {
157
class SanitizerMaskCutoffs {
158
std::array<float, SanitizerKind::SO_Count> cutoffs = {0};
159
160
- public:
+public:
161
float &operator[](int index) { return cutoffs[index]; }
162
const float &operator[](int index) const { return cutoffs[index]; }
163
}; // SanitizerMaskCutoffs;
0 commit comments