[all-commits] [llvm/llvm-project] 70abbd: [AST] Dump argument types for TypeTraitExpr. (#89370)
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Apr 22 07:28:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70abbd9084e25d2485edfeb252b603b3910a23bc
https://github.com/llvm/llvm-project/commit/70abbd9084e25d2485edfeb252b603b3910a23bc
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2024-04-22 (Mon, 22 Apr 2024)
Changed paths:
M clang/include/clang/AST/ASTNodeTraverser.h
M clang/test/AST/ast-dump-template-json-win32-mangler-crash.cpp
M clang/test/AST/ast-dump-traits.cpp
Log Message:
-----------
[AST] Dump argument types for TypeTraitExpr. (#89370)
The argument types are not modeled as children of TypeTraitExpr,
therefore they are not dumped with the default implementation.
Dumping them is really useful for ad-hoc debugging, context #89358
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