forked from qt-creator/qt-creator
Visit the new expressions when search for uses.
This commit is contained in:
@@ -287,13 +287,6 @@ protected:
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool visit(NewExpressionAST *ast)
|
||||
{
|
||||
accept(ast->new_placement);
|
||||
accept(ast->new_initializer);
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool visit(ElaboratedTypeSpecifierAST *)
|
||||
{
|
||||
// ### template args
|
||||
|
||||
Reference in New Issue
Block a user