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

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Sun Jun 9 09:49:09 PDT 2024


  Branch: refs/heads/users/mizvekov/clang-ast-dump-template
  Home:   https://github.com/llvm/llvm-project
  Commit: fb159ba1974e9311818892950c301f590bbe6360
      https://github.com/llvm/llvm-project/commit/fb159ba1974e9311818892950c301f590bbe6360
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2024-06-09 (Sun, 09 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