[clangd] Make ExpandAutoType not available on template params.
We cannot expand auto when used inside a template param (C++17 feature), so do not offer it there. Differential Revision: https://reviews.llvm.org/D94719
Loading
Please sign in to comment