[PATCH] D17820: Clang Code Completion Filtering

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


milianw added a subscriber: milianw.
milianw added a comment.

I'm not yet acquainted enough with the code at hand, but I wonder whether I'm understanding the code correctly:

Could it be that you only filter before printing to the output stream? The other consumers, e.g. the one used by the clang-c API function clang_codeCompleteAt is thus not affected? That would be a shame, imo. This functionality should also be applied there, don't you think?


Repository:
  rL LLVM

http://reviews.llvm.org/D17820





More information about the cfe-commits mailing list