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 {
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 {
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits