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

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 13 02:06:38 PDT 2020


kbobyrev accepted this revision.
kbobyrev added a comment.
This revision is now accepted and ready to land.

Oh, that's neat, thanks!



================
Comment at: clang/include/clang/AST/DeclTemplate.h:3098
   llvm::FoldingSetVector<VarTemplatePartialSpecializationDecl> &
-  getPartialSpecializations();
+  getPartialSpecializations() const;
 
----------------
I believe these are from https://reviews.llvm.org/D89221, so probably rebase on top of it?


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