[all-commits] [llvm/llvm-project] 7c8606: [OPENMP]Fix PR43771: Do not capture contexprs vari...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Oct 28 10:32:44 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7c860698208aee32df1883601b94924fa4a3d531
https://github.com/llvm/llvm-project/commit/7c860698208aee32df1883601b94924fa4a3d531
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-10-28 (Mon, 28 Oct 2019)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
A clang/test/OpenMP/constexpr_capture.cpp
Log Message:
-----------
[OPENMP]Fix PR43771: Do not capture contexprs variables.
If the variable is a constexpr variable, it should not be captured in the OpenMP region.
More information about the All-commits
mailing list