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.
2 parents 87d3547 + 3acd63c commit 3be2302Copy full SHA for 3be2302
include/swift/Frontend/ModuleInterfaceLoader.h
@@ -182,7 +182,7 @@ struct ExplicitModuleInfo {
182
// Path of the .swiftsourceinfo file.
183
std::string moduleSourceInfoPath;
184
// A flag that indicates whether this module is a framework
185
- bool isFramework;
+ bool isFramework = false;
186
// A flag that indicates whether this module is a system module
187
// Set the default to be false.
188
bool isSystem = false;
0 commit comments