[all-commits] [llvm/llvm-project] efeb65: Fix up clangd after Clang 038edf6029bafe70b1f7165a...

Richard Smith via All-commits all-commits at lists.llvm.org
Thu Aug 20 16:36:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: efeb65d53b88d9c3ac3a185c396efd8db8c9f7d9
      https://github.com/llvm/llvm-project/commit/efeb65d53b88d9c3ac3a185c396efd8db8c9f7d9
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M clang-tools-extra/clangd/Hover.cpp

  Log Message:
  -----------
  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!




More information about the All-commits mailing list