ChangeLog for php v1.2.0 ======================== * Milian Wolff: set version to 1.2.0 and look for same versioned kdevplatform in preparation of release * Milian Wolff: fix test logic * Milian Wolff: only take encountered declarations into account when checking for redeclarations * Milian Wolff: don't report use for same range as declaration of parent-namespace, happens with nested namespaces, fixes test * Milian Wolff: properly pass topducontext to update along * Milian Wolff: force updated range when encountering variable declaration * Milian Wolff: prevent explicitlyGlobal import identifiers for namespace alias declaration, fixes assert * Milian Wolff: prevent crash in ExpressionVisitor::visitEncapsVar when class is currentClass and hence internalContext is not yet set