[all-commits] [llvm/llvm-project] 827b5c: [OPENMP]Fix PR49790: Constexpr values not handled ...
cilkplus via All-commits
all-commits at lists.llvm.org
Fri Jun 4 07:35:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 827b5c21545aaa820403e9b5cced8c0181349ee2
https://github.com/llvm/llvm-project/commit/827b5c21545aaa820403e9b5cced8c0181349ee2
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/declare_mapper_ast_print.cpp
Log Message:
-----------
[OPENMP]Fix PR49790: Constexpr values not handled in `omp declare mapper` clause.
Patch allows using of constexpr vars evaluatable to constant calue to be
used in declare mapper construct.
Differential Revision: https://reviews.llvm.org/D103642
More information about the All-commits
mailing list