зеркало из https://github.com/microsoft/clang-1.git
Fix 80-col violation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92204 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
4fe739f293
Коммит
a3ddec2b5e
|
@ -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());
|
||||
|
|
Загрузка…
Ссылка в новой задаче