Fix 80-col violation.

llvm-svn: 92204
This commit is contained in:
Zhongxing Xu 2009-12-28 06:49:22 +00:00
parent 9e0005f445
commit 947420d6ad
1 changed files with 1 additions and 1 deletions

View File

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