[PATCH] D108972: [clangd] Omit type hints that are too long

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 31 00:57:01 PDT 2021


nridge added inline comments.


================
Comment at: clang-tools-extra/clangd/InlayHints.cpp:346
+
+  static const size_t TypeNameLimit = 32;
 };
----------------
I'm open to suggestions for what the length limit should be, here I made a fairly arbitrary choice.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108972



More information about the cfe-commits mailing list