This is an archive of the discontinued LLVM Phabricator instance.

[clangd][Hover] Change arrow in return type back to →
ClosedPublic

Authored by kadircet on Jan 24 2020, 2:36 AM.

Details

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.

Diff Detail

Event Timeline

kadircet created this revision.Jan 24 2020, 2:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2020, 2:36 AM

Unit tests: fail. 62133 tests passed, 5 failed and 807 were skipped.

failed: libc++.std/language_support/cmp/cmp_partialord/partialord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongeq/cmp.strongeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_strongord/strongord.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakeq/cmp.weakeq.pass.cpp
failed: libc++.std/language_support/cmp/cmp_weakord/weakord.pass.cpp

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

sammccall accepted this revision.Jan 24 2020, 3:11 AM
This revision is now accepted and ready to land.Jan 24 2020, 3:11 AM
This revision was automatically updated to reflect the committed changes.