[clang-tools-extra] [clangd] Add designator hints for parenthesis aggregate initialization (PR #170642)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 10 13:46:48 PST 2026
================
@@ -1822,6 +1821,63 @@ TEST(DesignatorHints, NoCrash) {
ExpectedHint{".b=", "b"});
}
+TEST(DesignatorHints, BasicParenInit) {
----------------
HighCommander4 wrote:
(I edited the PR to make this change to `ParenInitTemplate` as well.)
https://github.com/llvm/llvm-project/pull/170642
More information about the cfe-commits
mailing list