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

This commit is contained in:
swift-ci
2021-01-26 20:52:47 -08:00
17 changed files with 177 additions and 46 deletions

View File

@@ -547,6 +547,9 @@ namespace swift {
/// Enable experimental support for one-way constraints for the
/// parameters of closures.
bool EnableOneWayClosureParameters = false;
/// See \ref FrontendOptions.PrintFullConvention
bool PrintFullConvention = false;
};
/// Options for controlling the behavior of the Clang importer.