[PATCH] D27053: [CodeCompletion] Provide Objective-C class property completion results

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 23 08:40:32 PST 2016


arphaman created this revision.
arphaman added reviewers: manmanren, akyrtzi.
arphaman added a subscriber: cfe-commits.
arphaman set the repository for this revision to rL LLVM.

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).


Repository:
  rL LLVM

https://reviews.llvm.org/D27053

Files:
  include/clang/Sema/Sema.h
  lib/Parse/ParseExpr.cpp
  lib/Sema/SemaCodeComplete.cpp
  test/Index/complete-block-properties.m
  test/Index/complete-properties.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27053.79086.patch
Type: text/x-patch
Size: 14061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161123/779f71af/attachment-0001.bin>


More information about the cfe-commits mailing list