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
Event Timeline
lib/CodeGen/CGException.cpp | ||
---|---|---|
1679–1682 | Let's have a new field for this. We don't want most of the behavior controlled by CurCodeDecl in the rest of CodeGen. |
Let's have a new field for this. We don't want most of the behavior controlled by CurCodeDecl in the rest of CodeGen.