Skip to content

Commit ca2fe49

Browse files
authored
Update Sanitizers.h
1 parent acc3a7e commit ca2fe49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Sanitizers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class SanitizerMaskCutoffs {
165165

166166
// Returns nullopt if all the values are zero.
167167
// Otherwise, return value contains a vector of all the scaled values.
168-
std::optional<std::vector<int>> getAllScaled(int ScalingFactor) const;
168+
std::optional<std::vector<unsigned>> getAllScaled(unsigned ScalingFactor) const;
169169
};
170170

171171
struct SanitizerSet {

0 commit comments

Comments
 (0)