[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:42:15 PDT 2016


arphaman added a comment.

Right now I gave the setter completion a flat priority bump of 3. Should something different be used? What do you think of the following possible priority heuristic: when completing blocks properties that return `void` the default property completion result should show up before the setter, otherwise the setter should show up before the property (we normally don't want to ignore the result of the call, right)?


Repository:
  rL LLVM

https://reviews.llvm.org/D25520





More information about the cfe-commits mailing list