[all-commits] [llvm/llvm-project] 07b568: [OPENMP]Fix PR47790: segfault in frontend while pa...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Nov 12 13:27:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 07b568a9c8db8e5d4d4af4c766ecfb38145fb0bf
https://github.com/llvm/llvm-project/commit/07b568a9c8db8e5d4d4af4c766ecfb38145fb0bf
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-11-12 (Thu, 12 Nov 2020)
Changed paths:
M clang/lib/Sema/SemaDecl.cpp
A clang/test/SemaObjCXX/objcxx_openmp.mm
Log Message:
-----------
[OPENMP]Fix PR47790: segfault in frontend while parsing Objective-C with OpenMP.
Need to check if the sema is actually finishing a function decl.
Differential Revision: https://reviews.llvm.org/D91376
More information about the All-commits
mailing list