Missed a place where I made a DCC, so needed to fixup the result on the way out.

<rdar://problem/17087055>


Swift SVN r19282
This commit is contained in:
Jim Ingham
2014-06-27 00:44:15 +00:00
parent f722d3f6a6
commit d09d24fa59

View File

@@ -1967,7 +1967,7 @@ ParserResult<TypeDecl> Parser::parseDeclTypeAlias(bool WantDefinition,
if (Attributes.shouldSaveInAST())
TAD->getMutableAttrs() = Attributes;
addToScope(TAD);
return makeParserResult(Status, TAD);
return DCC.fixupParserResult(Status, TAD);
}
/// This function creates an accessor function (with no body) for a computed