[clang-tools-extra] [clangd] Add CodePatterns config option under Completion (PR #137613)

via cfe-commits cfe-commits at lists.llvm.org
Mon May 5 03:18:38 PDT 2025


Noustaa wrote:

> It looks like we can achieve this by allowing `RK_Pattern` completions if `Context.getKind() == CodeCompletionContext::CCC_IncludedFile`.

Great ! That worked :)
I updated the PR and also added a unit test for this specific case


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


More information about the cfe-commits mailing list