We'd lose track of the parent CodeGenFunction, leading us to get
confused with regard to which function a nested finally belonged to.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/CodeGen/CGException.cpp | ||
---|---|---|
1680–1682 ↗ | (On Diff #49455) | Let's have a new field for this. We don't want most of the behavior controlled by CurCodeDecl in the rest of CodeGen. |