[all-commits] [llvm/llvm-project] 4d14bf: [clangd] Show hower info for expressions

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Wed Jan 15 06:14:50 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d14bfaa2cb1610104db6b0818fc7d74fad1bd8f
      https://github.com/llvm/llvm-project/commit/4d14bfaa2cb1610104db6b0818fc7d74fad1bd8f
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

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

  Log Message:
  -----------
  [clangd] Show hower info for expressions

Summary:
This currently populates only the Name with the expression's type and
Value if expression is evaluatable.

Fixes https://github.com/clangd/clangd/issues/56

Reviewers: sammccall

Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D72500




More information about the All-commits mailing list