We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ecb48 commit afb26ceCopy full SHA for afb26ce
lib/Basic/LangOptions.cpp
@@ -42,6 +42,8 @@ LangOptions::LangOptions() {
42
#define OPTIONAL_LANGUAGE_FEATURE(FeatureName, SENumber, Description)
43
#include "swift/Basic/Features.def"
44
45
+ enableFeature(Feature::ExcludePrivateFromMemberwiseInit);
46
+
47
// Special case: remove macro support if the compiler wasn't built with a
48
// host Swift.
49
#if !SWIFT_BUILD_SWIFT_SYNTAX
0 commit comments