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 acc3a7e commit ca2fe49Copy full SHA for ca2fe49
clang/include/clang/Basic/Sanitizers.h
@@ -165,7 +165,7 @@ class SanitizerMaskCutoffs {
165
166
// Returns nullopt if all the values are zero.
167
// Otherwise, return value contains a vector of all the scaled values.
168
- std::optional<std::vector<int>> getAllScaled(int ScalingFactor) const;
+ std::optional<std::vector<unsigned>> getAllScaled(unsigned ScalingFactor) const;
169
};
170
171
struct SanitizerSet {
0 commit comments