[PATCH] D53191: [clang] Introduce new completion context types
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 24 02:03:21 PDT 2018
kadircet added a comment.
Since it doesn't change any CXCompletionContext's in CIndex it doesn't seem possible. There are tests being added to clangd(https://reviews.llvm.org/D53192), since it uses context provided by sema to decide whether query the index or not, we can check the behavior.
Repository:
rC Clang
https://reviews.llvm.org/D53191
More information about the cfe-commits
mailing list