mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into next
This commit is contained in:
@@ -88,7 +88,10 @@ namespace swift {
|
||||
Enabled = 1,
|
||||
|
||||
/// Use both and assert if the results do not match.
|
||||
Verify = 2
|
||||
Verify = 2,
|
||||
|
||||
/// Use both, print a message only but do not assert on mismatch.
|
||||
Check = 3,
|
||||
};
|
||||
|
||||
/// A collection of options that affect the language dialect and
|
||||
|
||||
Reference in New Issue
Block a user