[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. llvm-svn: 292590
Loading
Please register or sign in to comment