[all-commits] [llvm/llvm-project] 4fe380: [clang] text ast-dumper: dump TemplateName for TST...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Wed May 29 21:28:26 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-ast-dumper-tst-templatename
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fe380db6671d38af26b80545d551c4930f1e6d5
      https://github.com/llvm/llvm-project/commit/4fe380db6671d38af26b80545d551c4930f1e6d5
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2024-05-30 (Thu, 30 May 2024)

  Changed paths:
    M clang/include/clang/AST/TemplateName.h
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/test/AST/ast-dump-ctad-alias.cpp
    M clang/test/AST/ast-dump-template-decls.cpp
    M clang/test/AST/ast-dump-template-name.cpp
    M clang/test/AST/ast-dump-using-template.cpp
    M clang/test/Import/builtin-template/test.cpp
    M clang/test/SemaTemplate/aggregate-deduction-candidate.cpp
    M clang/test/SemaTemplate/deduction-guide.cpp
    M clang/test/SemaTemplate/make_integer_seq.cpp
    M clang/test/SemaTemplate/type_pack_element.cpp

  Log Message:
  -----------
  [clang] text ast-dumper: dump TemplateName for TST and DTST

Implement AST text dumping of the TemplateName for
TemplateSpecializationType and VisitDeducedTemplateSpecializationType.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list