Revision 5ae3d56...

Go back to digest for 8th June 2014

Bug Fixes in Development Tools

Denis Steckelmacher committed changes in [kdev-qmljs] /:

Ensure that the last declaration of ExpressionVisitor is cleared if no pertinent declaration has been found

For instance, when the declaration of an object member cannot be found, ensure
that ExpressionVisitor will return nothing, and not the declaration of the object.

"foo" in "object.foo" is not an use of "object" if "foo" does not exist in "object".

File Changes

Modified 3 files
  •   duchain/expressionvisitor.cpp
  •   duchain/expressionvisitor.h
  •   tests/files/test.qml
3 files changed in total