[clang] [CIR] Upstream Exception CXXTryStmt (PR #162528)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 17 16:43:48 PDT 2025
================
@@ -942,6 +942,9 @@ class CIRGenFunction : public CIRGenTypeCache {
LexicalScope *parentScope = nullptr;
+ // Holds actual value for ScopeKind::Try
----------------
andykaylor wrote:
```suggestion
// Holds the actual value for ScopeKind::Try
```
https://github.com/llvm/llvm-project/pull/162528
More information about the cfe-commits
mailing list