This is an archive of the discontinued LLVM Phabricator instance.

Add descriptions to completed expressions
ClosedPublic

Authored by teemperor on Sep 14 2018, 10:26 AM.

Details

Summary

Completing inside the expression command now uses the new description API
to also provide additional information to the user. For now this information
are the types of variables/fields and the signatures of completed function calls.

Diff Detail

Repository
rL LLVM

Event Timeline

teemperor created this revision.Sep 14 2018, 10:26 AM
JDevlieghere added a subscriber: JDevlieghere.

LGTM!

This revision is now accepted and ready to land.Sep 17 2018, 1:35 AM
This revision was automatically updated to reflect the committed changes.