Skip to content
Commit 5baea056 authored by Olivier Goffart's avatar Olivier Goffart
Browse files

[SEH] Fix capture of this in lambda functions

Commit 1b04bdc2 added support for
capturing the 'this' pointer in a SEH context (__finally or __except),
But the case in which the 'this' pointer is part of a lambda capture
was not handled properly

Differential Revision: https://reviews.llvm.org/D97687
parent aeaf705d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment