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

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Thu May 30 00:48:10 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-ast-dumper-tst-templatename
  Home:   https://github.com/llvm/llvm-project
  Commit: 774fa391d3ba427adf81919c361dd4f01e72d6a1
      https://github.com/llvm/llvm-project/commit/774fa391d3ba427adf81919c361dd4f01e72d6a1
  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