D9745: Workaround: find declarations for constructor argument hints
Milian Wolff
noreply at phabricator.kde.org
Mon Jan 8 22:31:41 UTC 2018
mwolff created this revision.
Restricted Application added a subscriber: kdevelop-devel.
mwolff requested review of this revision.
REVISION SUMMARY
For non-namespaced constructors we can find the declarations by
manually adding the identifier a second time before the lookup,
as that gives us the proper QID. This allows us to find the
declaration for many situations, most notably for most Qt classes.
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D9745
AFFECTED FILES
plugins/clang/codecompletion/context.cpp
plugins/clang/tests/test_codecompletion.cpp
To: mwolff
Cc: kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180108/b9a158c2/attachment.html>
More information about the KDevelop-devel
mailing list