[all-commits] [llvm/llvm-project] 7c10c9: [clang] Convert ObjCAtTryStmt to llvm::TrailingObj...
Nico Weber via All-commits
all-commits at lists.llvm.org
Wed Oct 27 05:57:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c10c9d8e8004a09b7477806eef53cbebee82333
https://github.com/llvm/llvm-project/commit/7c10c9d8e8004a09b7477806eef53cbebee82333
Author: Nico Weber <thakis at chromium.org>
Date: 2021-10-27 (Wed, 27 Oct 2021)
Changed paths:
M clang/include/clang/AST/StmtObjC.h
M clang/lib/AST/StmtObjC.cpp
Log Message:
-----------
[clang] Convert ObjCAtTryStmt to llvm::TrailingObjects
And make it final while here.
No behavior change.
Differential Revision: https://reviews.llvm.org/D112542
Commit: c7aaa2efefdd1bfc56b877dc08a4ee5633048195
https://github.com/llvm/llvm-project/commit/c7aaa2efefdd1bfc56b877dc08a4ee5633048195
Author: Nico Weber <thakis at chromium.org>
Date: 2021-10-27 (Wed, 27 Oct 2021)
Changed paths:
M clang/include/clang/AST/StmtObjC.h
M clang/lib/AST/StmtPrinter.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
M clang/lib/Sema/JumpDiagnostics.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
Log Message:
-----------
[clang] Add range accessor for ObjCAtTryStmt catch_stmts and use it
No behavior change.
Differential Revision: https://reviews.llvm.org/D112543
Compare: https://github.com/llvm/llvm-project/compare/1137b7207d70...c7aaa2efefdd
More information about the All-commits
mailing list