[PATCH] D128621: [clangd] Do not try to use $0 as a placeholder in completion snippets
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 18 00:49:36 PDT 2022
nridge added a comment.
In D128621#3645271 <https://reviews.llvm.org/D128621#3645271>, @sammccall wrote:
> - Of the ideas we've heard, I like `${0:named}` => `$0` best, but can certainly live with the one in this patch
I like this approach as well. Revised the patch to do this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128621/new/
https://reviews.llvm.org/D128621
More information about the cfe-commits
mailing list