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

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 3 10:44:22 PDT 2021


nridge added a comment.

In D108972#2981893 <https://reviews.llvm.org/D108972#2981893>, @kadircet wrote:

> A stepping stone would be to just truncate all the template arguments (e.g. `tuple<foo<x>, foo<y>>` becomes `tuple<...>` even if `tuple<foo<...>, foo<...>>` could fit under the limit).

I was thinking the same thing :) I will write a patch to do this as a follow-up.


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