[all-commits] [llvm/llvm-project] 8db875: [NFC] Move isSameDefaultTemplateArgument into ASTC...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Thu Jul 7 23:55:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8db87547beb337bee12941f379473f065adeba88
      https://github.com/llvm/llvm-project/commit/8db87547beb337bee12941f379473f065adeba88
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    M clang/include/clang/AST/ASTContext.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/Sema/SemaTemplate.cpp

  Log Message:
  -----------
  [NFC] Move isSameDefaultTemplateArgument into ASTContext

Move isSameDefaultTemplateArgument into ASTContext to keep consistent
with other ASTContext:isSame* methods.




More information about the All-commits mailing list