[clang-tools-extra] [clangd] Add designator hints for parenthesis aggregate initialization (PR #170642)

Yanzuo Liu via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 6 08:32:00 PST 2025


zwuis wrote:

We can use `CXXParenListInitExpr::getUserSpecifiedInitExprs()` so that we don't need to handle implicit initializations.

https://github.com/llvm/llvm-project/pull/170642


More information about the cfe-commits mailing list