ioeric added inline comments.
================ Comment at: clang-tools-extra/clangd/index/dex/Dex.cpp:27 + Token(Token::Kind::Sentinel, "Restricted For Code Completion"); +static const Token NotRestrictedForCodeCompletion = + Token(Token::Kind::Sentinel, "Not Restricted For Code Completion"); ---------------- Why do we need `NotRestrictedForCodeCompletion` token? If `RestrictedForCodeCompletion` is false, all symbols can match. https://reviews.llvm.org/D52357 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits