https://github.com/etyloppihacilem ready_for_review
https://github.com/llvm/llvm-project/pull/165916
___
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/etyloppihacilem updated
https://github.com/llvm/llvm-project/pull/165916
>From d55c36627a17d4dca72ac1968b83afd2f13c3159 Mon Sep 17 00:00:00 2001
From: Hippolyte Melica
Date: Fri, 31 Oct 2025 12:08:07 +0100
Subject: [PATCH] [clangd] Autocomplete fixes for method and arguments
https://github.com/etyloppihacilem converted_to_draft
https://github.com/llvm/llvm-project/pull/165916
___
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/etyloppihacilem updated
https://github.com/llvm/llvm-project/pull/165916
>From a8e8582a7b40844bef86d89299ee3f1cdf0f2c0b Mon Sep 17 00:00:00 2001
From: Hippolyte Melica
Date: Fri, 31 Oct 2025 12:08:07 +0100
Subject: [PATCH] [clangd] Autocomplete fixes for methods
---
.../cla
https://github.com/etyloppihacilem created
https://github.com/llvm/llvm-project/pull/165916
# Clangd completion fixes
Various fixes in clangd completion, including some changes to the Sema lib.
## fix clangd/clangd#1752
Adds support to autocomplete method and function arguments and qualifiers