mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #76269 from xymus/public-module-name
Diagnostics: Intro the public module name concept to hide support modules from clients
This commit is contained in:
@@ -531,6 +531,8 @@ public:
|
||||
|
||||
virtual StringRef getExportedModuleName() const override;
|
||||
|
||||
virtual StringRef getPublicModuleName() const override;
|
||||
|
||||
ValueDecl *getMainDecl() const override;
|
||||
|
||||
bool hasEntryPoint() const override;
|
||||
|
||||
Reference in New Issue
Block a user