[PATCH] D17820: Clang Code Completion Filtering

Milian Wolff via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 2 11:54:37 PST 2016


milianw added a comment.

@akyrtzi raises a very valid point - I did not think about that. KDevelop uses the clang-c API and does fuzzy matching on top of the results, e.g. for camel-case matching. 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.


Repository:
  rL LLVM

http://reviews.llvm.org/D17820





More information about the cfe-commits mailing list