[PATCH] D127833: [clangd] Enable AKA type printing by default
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 01:07:38 PDT 2022
kadircet created this revision.
kadircet added a reviewer: hokein.
Herald added subscribers: usaxena95, arphaman.
Herald added a project: All.
kadircet requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
This has been tested on a large set of c++ developers for a long while,
without any crashes or complaints.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127833
Files:
clang-tools-extra/clangd/Config.h
Index: clang-tools-extra/clangd/Config.h
===================================================================
--- clang-tools-extra/clangd/Config.h
+++ clang-tools-extra/clangd/Config.h
@@ -129,7 +129,7 @@
/// Configures hover feature.
struct {
/// Whether hover show a.k.a type.
- bool ShowAKA = false;
+ bool ShowAKA = true;
} Hover;
struct {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127833.437070.patch
Type: text/x-patch
Size: 369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220615/7ae4db58/attachment.bin>
More information about the cfe-commits
mailing list