mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user