[PATCH] D89300: [clang-rename] Fix rename on variable templates.

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 14 01:27:28 PDT 2020


kbobyrev added inline comments.


================
Comment at: clang/include/clang/AST/DeclTemplate.h:3098
   llvm::FoldingSetVector<VarTemplatePartialSpecializationDecl> &
-  getPartialSpecializations();
+  getPartialSpecializations() const;
 
----------------
hokein wrote:
> kbobyrev wrote:
> > I believe these are from https://reviews.llvm.org/D89221, so probably rebase on top of it?
> I think you mean the change in D89220? they are different, this is for `VarTemplateDecl`, while that one is for `ClassTemplateDecl`.
Ah, you're right, sorry!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89300/new/

https://reviews.llvm.org/D89300



More information about the cfe-commits mailing list