[all-commits] [llvm/llvm-project] 17db33: [ASTDump] TextNodeDumper learned to dump builtin n...

Enna1 via All-commits all-commits at lists.llvm.org
Mon Aug 12 18:50:56 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 17db3313c75120fd8415529723eb96cbad399338
      https://github.com/llvm/llvm-project/commit/17db3313c75120fd8415529723eb96cbad399338
  Author: Enna1 <xumingjie.enna1 at bytedance.com>
  Date:   2024-08-13 (Tue, 13 Aug 2024)

  Changed paths:
    M clang/include/clang/AST/TextNodeDumper.h
    M clang/lib/AST/TextNodeDumper.cpp
    M clang/test/AST/atomic-expr.cpp

  Log Message:
  -----------
  [ASTDump] TextNodeDumper learned to dump builtin name for AtomicExpr (#102748)

In 4198576157bfd0d08c08b784220d6132b709ae2c, we add support for dumping
builtin name for AtomicExpr in JSON dump. This change syncs
`TextNodeDumper` with `JSONNodeDumper`, makes `TextNodeDumper` learned
to dump builtin name for AtomicExpr.



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