[PATCH] D25520: [CodeCompletion] Add block placeholders when completing member access for Objective-C block property setters

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 13 08:36:49 PDT 2016


arphaman updated this revision to Diff 74528.
arphaman added a comment.

The updated patch now treats the block property setter completion as a completion result that's additional to the default property completion result.


Repository:
  rL LLVM

https://reviews.llvm.org/D25520

Files:
  include/clang/Parse/Parser.h
  include/clang/Sema/CodeCompleteConsumer.h
  include/clang/Sema/Sema.h
  lib/Parse/ParseExpr.cpp
  lib/Parse/ParseStmt.cpp
  lib/Sema/SemaCodeComplete.cpp
  test/Index/complete-block-property-assignment.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25520.74528.patch
Type: text/x-patch
Size: 14584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161013/97e4cf9a/attachment-0001.bin>


More information about the cfe-commits mailing list