[all-commits] [llvm/llvm-project] f91864: [clang] improve TemplateArgument and TemplateName ...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Mon Jun 10 06:29:26 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-ast-dump-template
  Home:   https://github.com/llvm/llvm-project
  Commit: f918649a9208c2250873eb63641e106478371b43
      https://github.com/llvm/llvm-project/commit/f918649a9208c2250873eb63641e106478371b43
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
    M clang/include/clang/AST/TemplateBase.h
    M clang/include/clang/AST/TemplateName.h
    M clang/lib/AST/ASTDumper.cpp
    M clang/lib/AST/TemplateBase.cpp
    M clang/lib/AST/TemplateName.cpp

  Log Message:
  -----------
  [clang] improve TemplateArgument and TemplateName dump methods

These will work as AST Text node dumpers, as usual, instead of AST
printers.

Note that for now, the TemplateName dumper is using the TemplateArgument
dumper through an implicit conversion.
This can be fixed in a later pass.



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