Pass AbstractType::Ptr, not Declaration*, to accessAttribute()

Authored by flherne on Nov 18 2016, 6:58 PM.

Description

Pass AbstractType::Ptr, not Declaration*, to accessAttribute()

All but one caller had to look up the declaration only to have it converted

back, so the previous version was pointless anyway.

This allows subscripting of expressions (inc. other subscripts), when the

subscripted type isn't a ListType/IndexedContainer.

BUG: 359912
Differential Revision: https://phabricator.kde.org/D3422

Details

Committed
flherneNov 20 2016, 3:48 PM
Differential Revision
D3422: Pass AbstractType::Ptr, not Declaration*, to accessAttribute()
Parents
R53:9139213bd6bc: SVN_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown