This is an archive of the discontinued LLVM Phabricator instance.

[CodeCompletion] Provide Objective-C class property completion results
ClosedPublic

Authored by arphaman on Nov 23 2016, 8:40 AM.

Details

Summary

This patch provides class property code completion results. It supports explicit and implicit class properties, but the special block completion is done only for explicit properties right now (I will address this deficiency in a follow-up patch).

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 79086.Nov 23 2016, 8:40 AM
arphaman retitled this revision from to [CodeCompletion] Provide Objective-C class property completion results.
arphaman updated this object.
arphaman added reviewers: manmanren, akyrtzi.
arphaman set the repository for this revision to rL LLVM.
arphaman added a subscriber: cfe-commits.
manmanren accepted this revision.Dec 7 2016, 9:27 AM
manmanren edited edge metadata.

LGTM .

Manman

lib/Sema/SemaCodeComplete.cpp
3763 ↗(On Diff #79086)

Can you put a comment here on the conditions?

This revision is now accepted and ready to land.Dec 7 2016, 9:27 AM
This revision was automatically updated to reflect the committed changes.
arphaman marked an inline comment as done.