Skip to content
Commit 260208d7 authored by Milian Wolff's avatar Milian Wolff
Browse files

fix loss of top context due to recursive expressionvisitor::parse calls

wow, this took me long to figure out: the name+type visitors can
trigger a recursive call to ExpressionVisitor::parse and hence
could overwrite m_topContext = 0 on exit...

BUG: 285004
parent 28770089
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment