[PATCH] D117776: [clangd] Fail inlayHints requests on content changes

2022-01-21 Thread Kadir Cetinkaya via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG825a3cd6b697: [clangd] Fail inlayHints requests on content changes (authored by kadircet). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117776/new/ https:/

[PATCH] D117776: [clangd] Fail inlayHints requests on content changes

2022-01-20 Thread Sam McCall via Phabricator via cfe-commits
sammccall accepted this revision. sammccall added a comment. This revision is now accepted and ready to land. This seems right for consistency with SemanticHighlights. However I don't think it will much improve the jumpiness you refer to - there's no time-based debounce here, so it only helps if

[PATCH] D117776: [clangd] Fail inlayHints requests on content changes

2022-01-20 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet created this revision. kadircet added a reviewer: sammccall. Herald added subscribers: usaxena95, arphaman. kadircet requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov. Herald added a project: clang-tools-extra. This should improve the overall