mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1798,6 +1798,9 @@ enum class ConstraintSystemFlags {
|
||||
|
||||
/// When set, ignore async/sync mismatches
|
||||
IgnoreAsyncSyncMismatch = 0x80,
|
||||
|
||||
/// Disable macro expansions.
|
||||
DisableMacroExpansions = 0x100,
|
||||
};
|
||||
|
||||
/// Options that affect the constraint system as a whole.
|
||||
|
||||
Reference in New Issue
Block a user