This patch adds support for renaming variable templates.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Oh, that's neat, thanks!
clang/include/clang/AST/DeclTemplate.h | ||
---|---|---|
3098 | I believe these are from https://reviews.llvm.org/D89221, so probably rebase on top of it? |
clang/include/clang/AST/DeclTemplate.h | ||
---|---|---|
3098 | Ah, you're right, sorry! |
I believe these are from https://reviews.llvm.org/D89221, so probably rebase on top of it?