D10117: Change call to openDeclaration to send an Identifier instead of an QualifiedIdentifier

Hugues Morisset noreply at phabricator.kde.org
Fri Jan 26 15:57:21 UTC 2018


huguesmorisset created this revision.
Restricted Application added a subscriber: kdevelop-devel.
huguesmorisset requested review of this revision.

REVISION SUMMARY
  What the deprecated method does:
  
    auto openDeclaration(QualifiedIdentifier x, ...) {
      Identifier i;
      if (!x.isEmpty()) {
        i = x.last();
      }
      return openDeclaration(i, ...);
    }
  
  This does remove a check to isEmpty().

REPOSITORY
  R59 KDevelop Go

REVISION DETAIL
  https://phabricator.kde.org/D10117

AFFECTED FILES
  duchain/builders/declarationbuilder.cpp

To: huguesmorisset
Cc: kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180126/ff317ea7/attachment.html>


More information about the KDevelop-devel mailing list