Skip to content

Commit e24fbd3

Browse files
committed
clang-format
1 parent c480887 commit e24fbd3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

clang/lib/Driver/SanitizerArgs.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -690,14 +690,14 @@ SanitizerArgs::SanitizerArgs(const ToolChain &TC,
690690
// default in ASan?
691691

692692
// Parse -f(no-)?sanitize-recover flags.
693-
SanitizerMask RecoverableKinds = parseSanitizeArgs(
694-
D, Args, DiagnoseErrors,
695-
/* Default */ RecoverableByDefault,
696-
/* AlwaysIn */ AlwaysRecoverable,
697-
/* AlwaysOut */ Unrecoverable,
698-
/* OptInID */ options::OPT_fsanitize_recover_EQ,
699-
/* OptOutID */ options::OPT_fno_sanitize_recover_EQ,
700-
/* AlwaysOutAdvisoryOnly */ false);
693+
SanitizerMask RecoverableKinds =
694+
parseSanitizeArgs(D, Args, DiagnoseErrors,
695+
/* Default */ RecoverableByDefault,
696+
/* AlwaysIn */ AlwaysRecoverable,
697+
/* AlwaysOut */ Unrecoverable,
698+
/* OptInID */ options::OPT_fsanitize_recover_EQ,
699+
/* OptOutID */ options::OPT_fno_sanitize_recover_EQ,
700+
/* AlwaysOutAdvisoryOnly */ false);
701701

702702
RecoverableKinds &= Kinds;
703703

0 commit comments

Comments
 (0)