Remove `range` parameter from openDeclaration overload.

Authored by flherne on Aug 23 2017, 3:57 PM.

Description

Remove range parameter from openDeclaration overload.

The base method called would only use range if name was null, but
always called identifierForNode(name).

The kdev-python implementation of that dereferences name, so the
range parameter can never be used without a crash occurring.

Switch to using a different overload of the base method, which doesn't
do things that are useless to us.

Details

Committed
flherneSep 1 2017, 7:27 PM
Parents
R53:5d1b605479c5: [cmake] Tweaks to Python version usage.
Branches
Unknown
Tags
Unknown