Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
5489c83d
Commit
5489c83d
authored
Dec 04, 2008
by
Roberto Raggi
Browse files
Visit the left child not of a binary expression.
parent
c149046b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/cplusplus/ResolveExpression.cpp
View file @
5489c83d
...
...
@@ -235,9 +235,9 @@ bool ResolveExpression::visit(ExpressionListAST *)
return
false
;
}
bool
ResolveExpression
::
visit
(
BinaryExpressionAST
*
)
bool
ResolveExpression
::
visit
(
BinaryExpressionAST
*
ast
)
{
// nothing to do.
accept
(
ast
->
left_expression
);
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment