[all-commits] [llvm/llvm-project] 27c691: [clang-rename] Simplify the code of handling class...

Haojian Wu via All-commits all-commits at lists.llvm.org
Wed Oct 14 00:58:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 27c691cf62a9b34789516a24233fa0ee7bbd8111
      https://github.com/llvm/llvm-project/commit/27c691cf62a9b34789516a24233fa0ee7bbd8111
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2020-10-14 (Wed, 14 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

  Log Message:
  -----------
  [clang-rename] Simplify the code of handling class paritial specializations, NFC.

Instead of collecting all specializations and doing a post-filterin, we
can just get all targeted specializations from getPartialSpecializationsizations.

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




More information about the All-commits mailing list