jeremystucki wrote:
Thank you for the review @vbvictor! Much appreciated
https://github.com/llvm/llvm-project/pull/74710
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -0,0 +1,352 @@
+//===-- AbbreviateFunctionTemplate.cpp ---*-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
https://github.com/jeremystucki updated
https://github.com/llvm/llvm-project/pull/74710
>From 4a32f94492d69af5244c276624abc95bca0ef166 Mon Sep 17 00:00:00 2001
From: Jeremy Stucki
Date: Fri, 27 Oct 2023 16:33:13 +0200
Subject: [PATCH 1/4] [clangd] Add tweak to abbreviate function templates
Co-
https://github.com/jeremystucki updated
https://github.com/llvm/llvm-project/pull/74710
>From 4a32f94492d69af5244c276624abc95bca0ef166 Mon Sep 17 00:00:00 2001
From: Jeremy Stucki
Date: Fri, 27 Oct 2023 16:33:13 +0200
Subject: [PATCH 1/3] [clangd] Add tweak to abbreviate function templates
Co-
@@ -0,0 +1,352 @@
+//===-- AbbreviateFunctionTemplate.cpp ---*-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
https://github.com/jeremystucki edited
https://github.com/llvm/llvm-project/pull/74710
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/jeremystucki edited
https://github.com/llvm/llvm-project/pull/74710
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/jeremystucki updated
https://github.com/llvm/llvm-project/pull/74710
>From 4a32f94492d69af5244c276624abc95bca0ef166 Mon Sep 17 00:00:00 2001
From: Jeremy Stucki
Date: Fri, 27 Oct 2023 16:33:13 +0200
Subject: [PATCH 1/3] [clangd] Add tweak to abbreviate function templates
Co-
@@ -0,0 +1,352 @@
+//===-- AbbreviateFunctionTemplate.cpp ---*-
C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
https://github.com/jeremystucki updated
https://github.com/llvm/llvm-project/pull/74710
>From 4a32f94492d69af5244c276624abc95bca0ef166 Mon Sep 17 00:00:00 2001
From: Jeremy Stucki
Date: Fri, 27 Oct 2023 16:33:13 +0200
Subject: [PATCH 1/3] [clangd] Add tweak to abbreviate function templates
Co-
jeremystucki wrote:
How can I move forward here to get a review on this PR?
https://github.com/llvm/llvm-project/pull/74710
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
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
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 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 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
15 matches
Mail list logo