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
fba8e151
Commit
fba8e151
authored
Feb 10, 2009
by
Roberto Raggi
Browse files
Fixes: Visiting of case statements.
parent
fb4ad59d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/cplusplus/AST.cpp
View file @
fba8e151
...
...
@@ -579,6 +579,8 @@ CaseStatementAST *CaseStatementAST::clone(MemoryPool *pool) const
void
CaseStatementAST
::
accept0
(
ASTVisitor
*
visitor
)
{
if
(
visitor
->
visit
(
this
))
{
accept
(
expression
,
visitor
);
accept
(
statement
,
visitor
);
}
visitor
->
endVisit
(
this
);
}
...
...
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