Merging r292590:
authorHans Wennborg <hans@hanshq.net>
Fri, 27 Jan 2017 16:45:42 +0000 (16:45 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 27 Jan 2017 16:45:42 +0000 (16:45 +0000)
commit2d09298bee743db5a10a9c92791e43b6135f897e
tree5726fc5af8325ccda9d6af59c740078c075443b0
parentfaf6e6df56928fe2ea5b9fba2c03ccdbf94e218b
Merging r292590:
------------------------------------------------------------------------
r292590 | abataev | 2017-01-20 00:57:28 -0800 (Fri, 20 Jan 2017) | 6 lines

[OPENMP] Fix for PR31643: Clang crashes when compiling code on Windows
with SEH and openmp

In some cituations (during codegen for Windows SEH constructs)
CodeGenFunction instance may have CurFn equal to nullptr. OpenMP related
code does not expect such situation during cleanup.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@293302 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp
test/OpenMP/openmp_seh.c [new file with mode: 0644]