Revision 06b3b3e...
Go back to digest for 26th February 2012Bug Fixes in Development Tools
Sven Brauch committed changes in [kdev-python] /:
Refactor yet another part of the expression visitor
That terrible "setTypesForEventualCall" function is now gone entirely.
It has been replaced by recursive calls to the expression visitor,
which leads to less code duplication, less special-case-handling, and
less bugs. Oh, and probably less performance, too.
I think this was the last required step to make the expressionvisitor code
halfway sane, hope it works okay now.
File Changes
Modified 2 files
- duchain/expressionvisitor.cpp
- duchain/expressionvisitor.h
2 files changed in total