[PATCH] D44567: [clangd] Handle multiple callbacks from Sema's completion

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 16 07:33:16 PDT 2018


ilya-biryukov added a comment.

As a follow-up to an offline discussion: I opted for not excluding results from 'Recovery' contexts, because they are actually somewhat semantically relevant (i.e. contain only local variables from the current function). One example where this is useful are skipped PP branches (see CompleteInExcludedPPBranch test).


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D44567





More information about the cfe-commits mailing list