This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Split CC and refs limit and increase refs limit to 1000
ClosedPublic

Authored by kbobyrev on May 5 2021, 5:44 AM.

Diff Detail

Event Timeline

kbobyrev created this revision.May 5 2021, 5:44 AM
kbobyrev requested review of this revision.May 5 2021, 5:44 AM
kadircet accepted this revision.May 5 2021, 7:02 AM

thanks, lgtm!

clang-tools-extra/clangd/ClangdLSPServer.h
70

s/LimitReferences/ReferencesLimit/ to be consistent with CodeComplete.Limit ?

This revision is now accepted and ready to land.May 5 2021, 7:02 AM
kbobyrev updated this revision to Diff 343196.May 5 2021, 2:39 PM
kbobyrev marked an inline comment as done.

s/LimitReferences/ReferencesLimit/g

This revision was landed with ongoing or failed builds.May 5 2021, 2:40 PM
This revision was automatically updated to reflect the committed changes.