[PATCH] D147395: [Clangd] Make the type hint length limit configurable
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 5 00:28:15 PDT 2023
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
Thanks, looks good with a nit.
================
Comment at: clang-tools-extra/clangd/unittests/InlayHintTests.cpp:80
C.InlayHints.Designators = false;
+ C.InlayHints.TypeNameLimit = 1;
return C;
----------------
why do we need this change? I think it should be fine without it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147395/new/
https://reviews.llvm.org/D147395
More information about the cfe-commits
mailing list