[all-commits] [llvm/llvm-project] 178325: [Attributes] Improve writing `ExprArgument` value.
Volodymyr Sapsai via All-commits
all-commits at lists.llvm.org
Fri Oct 14 11:21:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1783253c41f1b0ac378ab7fa4b6fe5547369c6b0
https://github.com/llvm/llvm-project/commit/1783253c41f1b0ac378ab7fa4b6fe5547369c6b0
Author: Volodymyr Sapsai <vsapsai at apple.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M clang/test/SemaCXX/attr-print.cpp
M clang/utils/TableGen/ClangAttrEmitter.cpp
Log Message:
-----------
[Attributes] Improve writing `ExprArgument` value.
Instead of dumping `Expr*` memory address, output `Expr` representation.
Differential Revision: https://reviews.llvm.org/D135931
More information about the All-commits
mailing list