[clangd] NFC, emit source ranges in selection debug messages.
authorHaojian Wu <hokein.wu@gmail.com>
Wed, 19 Jan 2022 14:06:34 +0000 (15:06 +0100)
committerHaojian Wu <hokein.wu@gmail.com>
Wed, 19 Jan 2022 15:06:58 +0000 (16:06 +0100)
commit55b702c37b7e8b5fde04b6a60b5bb12806bdb697
tree3d220adbea658520c1679a1a053ef1e39689205d
parent0db30adcfbaa857ca7c93a91208a229e21702488
[clangd] NFC, emit source ranges in selection debug messages.

It will make the output more versbose, but I found that these are useful
information when debugging selection tree.

Differential Revision: https://reviews.llvm.org/D117475
clang-tools-extra/clangd/Selection.cpp