summaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2023-05-16 17:24:48 +0200
committerSam McCall <sam.mccall@gmail.com>2023-05-17 20:25:42 +0200
commit0e66105a9260d80d58215c0c627f35e950c35b99 (patch)
tree6dcb79cdacd0c8ecef418d3b0c563f182890ee62 /compiler-rt
parent8497dfdf5f35cc9c2f0e74762b34873eb3b1022d (diff)
downloadllvm-0e66105a9260d80d58215c0c627f35e950c35b99.tar.gz
[clangd] Tweak "provides" hover card when symbols have the same name
Previously for overloaded functions we'd show: Provides: foo, bar bar bar bar The symbol name is duplicated ==> only show unique names, since we're not displaying the signature Commas are missing ==> fix the logic which was checking for "last element" by value (though after the above fix this bug is dead anyway) While here, remove a redundant bounds check before take_front(). Differential Revision: https://reviews.llvm.org/D150683
Diffstat (limited to 'compiler-rt')
0 files changed, 0 insertions, 0 deletions