[PATCH] D110051: [clangd] Deduplicate inlay hints
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 20 00:36:21 PDT 2021
nridge added a comment.
I will note that I considered handling this in a way specific to explicit template instantiations.
However, while I do not have a reduced testcase for it, I've also run into duplicate hints in the context of macros.
So, it seemed easier to deduplicate in general; there is no justification for showing the same hint multiple times in the same location.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110051/new/
https://reviews.llvm.org/D110051
More information about the cfe-commits
mailing list