[PATCH] D17820: Clang Code Completion Filtering

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


akyrtzi added a comment.

We should not bake-in filtering into the clang CodeComplete API. What kind of filtering to use should be on a higher level, different clients may want different filtering, e.g. prefix filtering, fuzzy filtering, etc.


Repository:
  rL LLVM

http://reviews.llvm.org/D17820





More information about the cfe-commits mailing list