[all-commits] [llvm/llvm-project] 5eca1d: AST dump: recurse into type template arguments whe...

Richard Smith via All-commits all-commits at lists.llvm.org
Tue Jun 23 00:07:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5eca1d5e0d22a2a578370fdc780cd4003e28ad61
      https://github.com/llvm/llvm-project/commit/5eca1d5e0d22a2a578370fdc780cd4003e28ad61
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M clang/include/clang/AST/ASTNodeTraverser.h
    M clang/test/AST/ast-dump-decl.cpp
    M clang/test/AST/ast-dump-openmp-begin-declare-variant_template_1.cpp
    M clang/test/AST/ast-dump-template-decls-json.cpp
    M clang/test/AST/ast-dump-template-decls.cpp
    M clang/test/AST/float16.cpp
    M clang/unittests/AST/ASTTraverserTest.cpp

  Log Message:
  -----------
  AST dump: recurse into type template arguments when dumping.

Also, do not dump the desugared type for a TemplateSpecializationType
twice.




More information about the All-commits mailing list