git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92204 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zhongxing Xu 2009-12-28 06:49:22 +00:00
Родитель 4fe739f293
Коммит a3ddec2b5e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2369,7 +2369,7 @@ void Parser::ParseDirectDeclarator(Declarator &D) {
if (ParseUnqualifiedId(D.getCXXScopeSpec(), if (ParseUnqualifiedId(D.getCXXScopeSpec(),
/*EnteringContext=*/true, /*EnteringContext=*/true,
/*AllowDestructorName=*/true, /*AllowDestructorName=*/true,
/*AllowConstructorName=*/!D.getDeclSpec().hasTypeSpecifier(), /*AllowConstructorName=*/!D.getDeclSpec().hasTypeSpecifier(),
/*ObjectType=*/0, /*ObjectType=*/0,
D.getName())) { D.getName())) {
D.SetIdentifier(0, Tok.getLocation()); D.SetIdentifier(0, Tok.getLocation());