OSDN Git Service

[clangd][Hover] Change arrow in return type back to →
authorKadir Cetinkaya <kadircet@google.com>
Fri, 24 Jan 2020 10:35:24 +0000 (11:35 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Fri, 24 Jan 2020 12:05:21 +0000 (13:05 +0100)
commit1b996faa1575bda6b99e778aaabe14834c10d3ff
tree934a083ec5266a5e84cb6a30bffbf6dd48c5b5ee
parent5e62e162cd03b55816ebc8be879ab666001440f6
[clangd][Hover] Change arrow in return type back to →

Summary:
Currently 🡺 is used in hover response to represent return types, but it
is not widely available. Changing this back to original to support more clients.

Reviewers: sammccall

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

Tags: #clang

Differential Revision: https://reviews.llvm.org/D73336
clang-tools-extra/clangd/Hover.cpp
clang-tools-extra/clangd/test/hover.test
clang-tools-extra/clangd/unittests/HoverTests.cpp