Unverified Commit 807fd076 authored by Nathan Ridge's avatar Nathan Ridge Committed by GitHub
Browse files

[clangd] Handle variable templates consistently with class templates in code completion (#85740)

The option --function-arg-placeholders=0 results in placeholders being
omitted for class template argument lists. This patch extends the same
treatment to variable template argument lists.

Fixes https://github.com/clangd/clangd/issues/1976
parent d538c561
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment