summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_parallel_default_messages.cpp
AgeCommit message (Expand)Author
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2022-05-19[Clang][[OpenMP5.1] Initial parser/sema for default(private) clauseJennifer Yu
2020-07-12[OpenMP] Add firstprivate as a default data-sharing attribute to clangAtmn Patel
2019-07-08[OPENMP]Add -Wunintialized to the erroneous tests for future fix PR42392,Alexey Bataev
2019-05-09[OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.Alexey Bataev
2019-05-09Revert "[OPENMP]Fix PR41768: check DSA for globals with `default(none)` claus...Roman Lebedev
2019-05-06[OPENMP]Fix PR41768: check DSA for globals with `default(none)` clauses.Alexey Bataev
2018-10-29[OPENMP]Fix PR39372: Does not complain about loop bound variable notAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-01-23[OpenMP] DSAChecker bug fix for combined directives.Arpith Chacko Jacob
2016-02-02[OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob
2016-02-01Undoing commit r259366 to debug buildbot failure.Arpith Chacko Jacob
2016-02-01[OpenMP] Prevent nesting of target constructs within target code execution re...Arpith Chacko Jacob
2016-01-26[OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob