[all-commits] [llvm/llvm-project] 1e32df: [clang-rename] Fix rename on variable templates.

Haojian Wu via All-commits all-commits at lists.llvm.org
Mon Oct 19 00:45:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e32df2f91f1aa1f8cd400ce50a621578fa0534e
      https://github.com/llvm/llvm-project/commit/1e32df2f91f1aa1f8cd400ce50a621578fa0534e
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M clang/include/clang/AST/DeclTemplate.h
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp
    A clang/test/clang-rename/VariableTemplate.cpp

  Log Message:
  -----------
  [clang-rename] Fix rename on variable templates.

This patch adds support for renaming variable templates.

Differential Revision: https://reviews.llvm.org/D89300




More information about the All-commits mailing list