forked from qt-creator/qt-creator
Fixed parsing of ctor-initializers and added a manual test for the AST matchers
This commit is contained in:
@@ -221,7 +221,7 @@ bool FindUsages::visit(MemInitializerAST *ast)
|
||||
reportResult(simple->identifier_token, candidates);
|
||||
}
|
||||
}
|
||||
accept(ast->expression);
|
||||
accept(ast->expression_list);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user