After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 774077 - clang: fix completion results getting truncated
clang: fix completion results getting truncated
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-07 20:44 UTC by Ray Strode [halfline]
Modified: 2016-11-07 20:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
clang: fix completion results getting truncated (6.14 KB, patch)
2016-11-07 20:44 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2016-11-07 20:44:51 UTC
The code passes the wrong object to clang_getNumCompletionChunks
in a few places, leading to the wrong number of completion chunks
getting iterated.

This commit fixes those places up.
Comment 1 Ray Strode [halfline] 2016-11-07 20:44:54 UTC
Created attachment 339273 [details] [review]
clang: fix completion results getting truncated
Comment 2 Ray Strode [halfline] 2016-11-07 20:45:11 UTC
Attachment 339273 [details] pushed as 5613091 - clang: fix completion results getting truncated