This is an archive of the discontinued LLVM Phabricator instance.

[clang] Convert ObjCAtTryStmt to llvm::TrailingObjects
ClosedPublic

Authored by thakis on Oct 26 2021, 8:05 AM.

Details

Summary

And make it final while here.

No behavior change.

Diff Detail

Event Timeline

thakis requested review of this revision.Oct 26 2021, 8:05 AM
thakis created this revision.
hans accepted this revision.Oct 27 2021, 5:28 AM

Nice!

Do you think the ObjCAtTryStmt::Create and CreateEmpty methods could be simplified by using totalSizeToAlloc()?

This revision is now accepted and ready to land.Oct 27 2021, 5:28 AM

Do you think the ObjCAtTryStmt::Create and CreateEmpty methods could be simplified by using totalSizeToAlloc()?

Oh nice. Done :)

This revision was landed with ongoing or failed builds.Oct 27 2021, 5:57 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 27 2021, 5:57 AM