Patch allows using of constexpr vars evaluatable to constant calue to be
used in declare mapper construct.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103642
[OPENMP]Fix PR49790: Constexpr values not handled in `omp declare mapper` clause. ClosedPublic Authored by ABataev on Jun 3 2021, 12:14 PM.
Details Summary Patch allows using of constexpr vars evaluatable to constant calue to be
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 3 2021, 12:55 PM Closed by commit rG827b5c21545a: [OPENMP]Fix PR49790: Constexpr values not handled in `omp declare mapper`… (authored by ABataev). · Explain WhyJun 4 2021, 7:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 349869 clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/declare_mapper_ast_print.cpp
|