summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/constexpr_capture.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP]Fix PR43771: Do not capture contexprs variables.Alexey Bataev2019-10-281-0/+21
If the variable is a constexpr variable, it should not be captured in the OpenMP region.
OpenPOWER on IntegriCloud