forked from OSchip/llvm-project
parent
3f13d4d20d
commit
ff35428593
|
@ -280,8 +280,8 @@ Decl *Parser::ParseNamespaceAlias(SourceLocation NamespaceLoc,
|
|||
if (ExpectAndConsume(tok::semi, diag::err_expected_semi_after_namespace_name))
|
||||
SkipUntil(tok::semi);
|
||||
|
||||
return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc, Alias,
|
||||
SS, IdentLoc, Ident);
|
||||
return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc,
|
||||
Alias, SS, IdentLoc, Ident);
|
||||
}
|
||||
|
||||
/// ParseLinkage - We know that the current token is a string_literal
|
||||
|
|
Loading…
Reference in New Issue