This is an archive of the discontinued LLVM Phabricator instance.

[Attributes] Improve writing `ExprArgument` value.
ClosedPublic

Authored by vsapsai on Oct 13 2022, 7:24 PM.

Details

Summary

Instead of dumping Expr* memory address, output Expr representation.

Diff Detail

Event Timeline

vsapsai created this revision.Oct 13 2022, 7:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2022, 7:24 PM
Herald added a subscriber: ributzka. · View Herald Transcript
vsapsai requested review of this revision.Oct 13 2022, 7:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2022, 7:24 PM
This revision is now accepted and ready to land.Oct 14 2022, 6:24 AM
This revision was automatically updated to reflect the committed changes.

Thanks for the review!