mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #32091 from hamishknight/standard-error
This commit is contained in:
@@ -642,10 +642,11 @@ private:
|
||||
public:
|
||||
void freeASTContext();
|
||||
|
||||
private:
|
||||
/// Load stdlib & return true if should continue, i.e. no error
|
||||
bool loadStdlib();
|
||||
/// If an implicit standard library import is expected, loads the standard
|
||||
/// library, returning \c false if we should continue, i.e. no error.
|
||||
bool loadStdlibIfNeeded();
|
||||
|
||||
private:
|
||||
/// Retrieve a description of which modules should be implicitly imported.
|
||||
ImplicitImportInfo getImplicitImportInfo() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user