[clang] [CIR] Simplify try-catch handling (PR #180857)
Henrich Lauko via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 10 23:58:39 PST 2026
================
@@ -1750,7 +1742,7 @@ class CIRGenFunction : public CIRGenTypeCache {
void emitLambdaDelegatingInvokeBody(const CXXMethodDecl *md);
void emitLambdaStaticInvokeBody(const CXXMethodDecl *md);
- void populateCatchHandlers(cir::TryOp tryOp);
+ // void populateCatchHandlers(cir::TryOp tryOp);
----------------
xlauko wrote:
delete?
https://github.com/llvm/llvm-project/pull/180857
More information about the cfe-commits
mailing list