[all-commits] [llvm/llvm-project] 1b996f: [clangd][Hover] Change arrow in return type back to →
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Fri Jan 24 04:05:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1b996faa1575bda6b99e778aaabe14834c10d3ff
https://github.com/llvm/llvm-project/commit/1b996faa1575bda6b99e778aaabe14834c10d3ff
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)
Changed paths:
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/test/hover.test
M clang-tools-extra/clangd/unittests/HoverTests.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list