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 3401f3c commit 47a9e18Copy full SHA for 47a9e18
include/swift/TBDGen/TBDGen.h
@@ -30,10 +30,10 @@ class ModuleDecl;
30
/// output.
31
struct TBDGenOptions {
32
/// Whether this compilation has multiple IRGen instances.
33
- bool HasMultipleIGMs;
+ bool HasMultipleIGMs = false;
34
35
/// Whether this compilation is producing a TBD for InstallAPI.
36
- bool IsInstallAPI;
+ bool IsInstallAPI = false;
37
38
/// Only collect linker directive symbols.
39
bool LinkerDirectivesOnly = false;
0 commit comments