This is an archive of the discontinued LLVM Phabricator instance.

[clang][AST] TextNodeDumper learned to dump NRVO candidates of return stmts
ClosedPublic

Authored by strimo378 on Aug 11 2023, 1:29 AM.

Diff Detail

Event Timeline

strimo378 created this revision.Aug 11 2023, 1:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2023, 1:29 AM
strimo378 requested review of this revision.Aug 11 2023, 1:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2023, 1:29 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Can you add test coverage for the changes?

strimo378 updated this revision to Diff 550319.Aug 15 2023, 7:01 AM

Added test case

@aaron.ballman Alright ... I managed to extend an existing test case

This revision is now accepted and ready to land.Aug 15 2023, 8:28 AM