[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:48:00 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa67beef3acac: [clangd] Enable AKA type printing by default (authored by kadircet).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127833/new/

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.437082.patch
Type: text/x-patch
Size: 369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220615/fdc56169/attachment.bin>


More information about the cfe-commits mailing list