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:
Alexis Laferrière
2024-09-09 16:57:12 -07:00
committed by GitHub
18 changed files with 210 additions and 3 deletions

View File

@@ -531,6 +531,8 @@ public:
virtual StringRef getExportedModuleName() const override;
virtual StringRef getPublicModuleName() const override;
ValueDecl *getMainDecl() const override;
bool hasEntryPoint() const override;