Skip to content

Commit faeb226

Browse files
committed
[Serialization] Update doc on EnableDeserializationRecovery
Integrate reviewer's comment in a previous PR.
1 parent 165930b commit faeb226

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,12 @@ namespace swift {
356356
/// new enough?
357357
bool EnableTargetOSChecking = true;
358358

359-
/// Whether to attempt to recover from missing cross-references and other
359+
/// Whether to attempt to recover from missing cross-references,
360+
/// differences in APIs between language versions, and other
360361
/// errors when deserializing from a binary swiftmodule file.
361362
///
362-
/// This flag should only be used in testing.
363+
/// This feature should only be disabled for testing as regular builds
364+
/// rely heavily on it.
363365
bool EnableDeserializationRecovery = true;
364366

365367
/// Enable early skipping deserialization of decls that are marked as

0 commit comments

Comments
 (0)