forked from qt-creator/qt-creator
Merge remote branch 'origin/1.3'
Trailing whitespace removal re-applied manually.
This commit is contained in:
@@ -279,7 +279,7 @@ void Parser::skipUntilDeclaration()
|
||||
lookAtFunctionSpecifier() || lookAtStorageClassSpecifier())
|
||||
return;
|
||||
} // switch
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool Parser::skipUntilStatement()
|
||||
@@ -2490,7 +2490,7 @@ bool Parser::maybeAmbiguousStatement(DeclarationStatementAST *ast) const
|
||||
if (declarator->postfix_declarator_list && declarator->postfix_declarator_list->value->asFunctionDeclarator()
|
||||
&& ! declarator->initializer) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user