[PATCH] D101902: [clangd] Split CC and refs limit and increase refs limit to 1000
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 5 07:02:47 PDT 2021
kadircet accepted this revision.
kadircet added a comment.
This revision is now accepted and ready to land.
thanks, lgtm!
================
Comment at: clang-tools-extra/clangd/ClangdLSPServer.h:70
+ /// Limit the number of references returned (0 means no limit).
+ size_t LimitReferences = 0;
};
----------------
`s/LimitReferences/ReferencesLimit/` to be consistent with `CodeComplete.Limit` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101902/new/
https://reviews.llvm.org/D101902
More information about the cfe-commits
mailing list