And make it final while here.
No behavior change.
Paths
| Differential D112542
[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 Timelinethakis created this revision. thakis added a child revision: D112543: [clang] Add range accessor for ObjCAtTryStmt catch_stmts and use it. Comment Actions 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 Comment Actions
Oh nice. Done :) This revision was landed with ongoing or failed builds.Oct 27 2021, 5:57 AM Closed by commit rG7c10c9d8e800: [clang] Convert ObjCAtTryStmt to llvm::TrailingObjects (authored by thakis). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 382633 clang/include/clang/AST/StmtObjC.h
clang/lib/AST/StmtObjC.cpp
|