Skip to content

Commit f642e61

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
1 parent 7dfcced commit f642e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/Sanitizers.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ bool parseSanitizerWeightedValue(StringRef Value, bool AllowGroups,
218218
void serializeSanitizerSet(SanitizerSet Set,
219219
SmallVectorImpl<StringRef> &Values);
220220

221-
/// Serialize a SanitizerMaskCutoffs into values for -fsanitize= or
222-
/// -fno-sanitize=.
221+
/// Serialize a SanitizerMaskCutoffs into values for
222+
// -fsanitize-skip-hot-cutoff=.
223223
void serializeSanitizerMaskCutoffs(const SanitizerMaskCutoffs &Cutoffs,
224224
SmallVectorImpl<std::string> &Values);
225225

0 commit comments

Comments
 (0)