Revision 260208d...
Go back to digest for 30th October 2011Bug Fixes in Development Tools
Milian Wolff committed changes in [kdevelop] /cpp/cppduchain:
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...
File Changes
Modified 3 files
- /cpp/cppduchain
- languages/expressionvisitor.cpp
- languages/tests/test_duchain.h
- languages/tests/test_duchain_cpp2011.cpp
3 files changed in total