https://github.com/jeremystucki created
https://github.com/llvm/llvm-project/pull/74710
# Description
This introduces a new refactoring for function templates. It converts them to
their abbreviated form using auto parameters.
Here is an example of what it does:
**Before**
```cpp
template
vo
https://github.com/jeremystucki updated
https://github.com/llvm/llvm-project/pull/74710
>From b3ae4235ccca0b2c859b33f7d12ee7940daabd1a Mon Sep 17 00:00:00 2001
From: Jeremy Stucki
Date: Fri, 27 Oct 2023 16:33:13 +0200
Subject: [PATCH] [clangd] Add tweak to abbreviate function templates
Co-auth
https://github.com/jeremystucki updated
https://github.com/llvm/llvm-project/pull/74710
>From b0b22b716bfc60274814cedc82c237d13477869c Mon Sep 17 00:00:00 2001
From: Jeremy Stucki
Date: Fri, 27 Oct 2023 16:33:13 +0200
Subject: [PATCH] [clangd] Add tweak to abbreviate function templates
Co-auth
https://github.com/jeremystucki updated
https://github.com/llvm/llvm-project/pull/74710
>From 64573476024103cf94f6cfc690e5396a368fc3df Mon Sep 17 00:00:00 2001
From: Jeremy Stucki
Date: Fri, 27 Oct 2023 16:33:13 +0200
Subject: [PATCH] [clangd] Add tweak to abbreviate function templates
Co-auth