Fix compile error

This commit is contained in:
Arnold Schwaighofer
2018-11-13 08:12:21 -08:00
parent ca686325e2
commit b20931659f

View File

@@ -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]