mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix compile error
This commit is contained in:
@@ -424,8 +424,7 @@ static std::string getName(StringRef cacheDirectory,
|
||||
// name[-dot][-testable][-inits]
|
||||
OSS << (K.ResultsHaveLeadingDot ? "-dot" : "")
|
||||
<< (K.ForTestableLookup ? "-testable" : "")
|
||||
<< (K.ForPrivateLookup ? "-private" : "")
|
||||
<< (K.CodeCompleteInitsInPostfixExpr ? "-inits" : "");
|
||||
<< (K.ForPrivateImportLookup ? "-private" : "")
|
||||
<< (K.CodeCompleteInitsInPostfixExpr ? "-inits" : "");
|
||||
|
||||
// name[-access-path-components]
|
||||
|
||||
Reference in New Issue
Block a user