C++: added some notes regarding QTCREATORBUG-7968

Change-Id: Ia7a0e4b416ba6ef768d76595d8576262a828ae78
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
Erik Verbruggen
2012-10-04 16:00:24 +02:00
parent 0858680917
commit e72be772c5
4 changed files with 39 additions and 0 deletions

View File

@@ -6296,6 +6296,8 @@ bool Parser::parseLambdaCapture(LambdaCaptureAST *&node)
bool Parser::parseCapture(CaptureAST *&)
{
// See QTCREATORBUG-7968
DEBUG_THIS_RULE();
if (LA() == T_IDENTIFIER) {
consumeToken();