[PATCH] D112542: [clang] Convert ObjCAtTryStmt to llvm::TrailingObjects

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 27 05:28:35 PDT 2021


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

Nice!

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


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112542/new/

https://reviews.llvm.org/D112542



More information about the cfe-commits mailing list