]> granicus.if.org Git - clang/commitdiff
Fix 80-col violation.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 28 Dec 2009 06:49:22 +0000 (06:49 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 28 Dec 2009 06:49:22 +0000 (06:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92204 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseDecl.cpp

index 347d67a19acbdc78368758ac91d0812c88319a56..f429ac991d83958967b5692a834a05eff990712a 100644 (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());