summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_default_variableCategory_codegen.cpp
AgeCommit message (Collapse)Author
2025-11-21[Clang][OpenMP] Bug fix Default clause variable category (#168846)SunilKuravinakop
Same changes as in fix for https://github.com/llvm/llvm-project/pull/165276 except for changes in test case : 1) remove unnecessary include in test to restore Ubuntu build. This is not needed as allocatable modifier is not applicable to the default clause in C/C++. 2) Changes in CHECK statements to accommodate testing failure on toolchain builders at Google, Reported by Prabhu Rajasekaran. --------- Co-authored-by: Sunil Kuravinakop <kuravina@pe31.hpc.amslabs.hpecorp.net>
2025-11-14Revert "[Clang][OpenMP] Bug fix Default clause variable category" (#168130)Prabhu Rajasekaran
Reverts llvm/llvm-project#168112
2025-11-14[Clang][OpenMP] Bug fix Default clause variable category (#168112)SunilKuravinakop
Same changes as in fix for [165276](https://github.com/llvm/llvm-project/pull/165276) except for remove unnecessary <vector> include in test to restore Ubuntu build. This is not needed as allocatable modifier is not applicable to the default clause in C/C++. Co-authored-by: Sunil Kuravinakop <kuravina@pe31.hpc.amslabs.hpecorp.net>
2025-11-14Revert "[Clang][OpenMP] Bug fix Default clause variable category" (#168083)SunilKuravinakop
Reverts llvm/llvm-project#165276 The newly added test failed on a number of buildbots.
2025-11-14[Clang][OpenMP] Bug fix Default clause variable category (#165276)SunilKuravinakop
In the default clause taking care of new comments in the previous "Support for Default clause variable category" [157063](https://github.com/llvm/llvm-project/pull/157063) and adding a new test case. --------- Co-authored-by: Sunil Kuravinakop <kuravina@pe31.hpc.amslabs.hpecorp.net>