Skip to content

Commit 1979750

Browse files
authored
[NFC] [sanitizer] fix inaccurate comment (#145809)
1 parent a5baf53 commit 1979750

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/include/clang/Basic/Sanitizers.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ 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 command line arguments.
223222
void serializeSanitizerMaskCutoffs(const SanitizerMaskCutoffs &Cutoffs,
224223
SmallVectorImpl<std::string> &Values);
225224

0 commit comments

Comments
 (0)