[PATCH] D17820: Clang Code Completion Filtering

Axel Naumann via cfe-commits cfe-commits at lists.llvm.org
Mon May 9 02:12:35 PDT 2016


karies added a comment.

Regarding the concerns raised by @akyrtzi : maybe it's a question of making the completer interface useful at low cost (with filtering for generic use cases and less ASTReading) versus not breaking existing use cases (fuzzy match). Would you still object to this change if the filtering could be disabled in the CodeCompleteConsumer?


Repository:
  rL LLVM

http://reviews.llvm.org/D17820





More information about the cfe-commits mailing list