mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix capitalization of setUpForFileAt
This commit is contained in:
@@ -367,7 +367,7 @@ class CompilerInstance {
|
||||
void createSILModule();
|
||||
void setPrimarySourceFile(SourceFile *SF);
|
||||
|
||||
bool setupForFileAt(unsigned i);
|
||||
bool setUpForFileAt(unsigned i);
|
||||
|
||||
public:
|
||||
SourceManager &getSourceMgr() { return SourceMgr; }
|
||||
|
||||
Reference in New Issue
Block a user