Serialization: Option to skip writing decls marked @_implementationOnly

This commit is contained in:
Alexis Laferrière
2025-10-22 16:44:41 -07:00
parent 06db612d79
commit 810c418829
3 changed files with 18 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ public:
bool HermeticSealAtLink = false;
bool EmbeddedSwiftModule = false;
bool SkipNonExportableDecls = false;
bool SkipImplementationOnlyDecls = false;
bool ExplicitModuleBuild = false;
bool EnableSerializationRemarks = false;
bool IsInterfaceSDKRelative = false;