Fix up clangd after Clang 038edf6029bafe70b1f7165abe2b0e61ddf506b3.
authorRichard Smith <richard@metafoo.co.uk>
Thu, 20 Aug 2020 23:34:48 +0000 (16:34 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Thu, 20 Aug 2020 23:36:25 +0000 (16:36 -0700)
commitefeb65d53b88d9c3ac3a185c396efd8db8c9f7d9
tree49d7320d4fdfb5d855b596aa80c36318419f6635
parent1f3c92f968edb8892ca7c152ca756f771a7f476d
Fix up clangd after Clang 038edf6029bafe70b1f7165abe2b0e61ddf506b3.

Now that Clang is able to constant-evaluate void-typed expressions,
disable showing hover-card values for them. It's not useful to say that
an expression cast to void has value '<no value>', even if we can
constant-evaluate it to that result!
clang-tools-extra/clangd/Hover.cpp