[PATCH] D17820: Clang Code Completion Filtering

Argyrios Kyrtzidis via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 2 11:59:40 PST 2016


akyrtzi added a comment.

In http://reviews.llvm.org/D17820#366638, @milianw wrote:

> But, we currently always request code completion at a word start boundary so nothing would change for us. That said, I see how this patch could be seen as a breaking behavior change, and thus should probably only get enabled by an explicit option - if at all.


I actually think it is fine changing it so clang code-completion automatically adjusts to word boundary, I cannot think of a case where it is useful to not do that, or being aware of a client that does not already adjusts anyway.


Repository:
  rL LLVM

http://reviews.llvm.org/D17820





More information about the cfe-commits mailing list