Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
swift-ci
2023-01-09 01:34:36 -08:00
12 changed files with 113 additions and 27 deletions

View File

@@ -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.