[PATCH] D11619: [OPENMP] allow static local variable on data-sharing attribute clause

Kelvin Li via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 4 18:17:11 PDT 2015


kkwli0 updated this revision to Diff 34097.
kkwli0 added a comment.

No code change other than resolving merge conflict with trunk.


http://reviews.llvm.org/D11619

Files:
  lib/Sema/SemaOpenMP.cpp
  test/OpenMP/for_firstprivate_codegen.cpp
  test/OpenMP/for_firstprivate_messages.cpp
  test/OpenMP/for_lastprivate_codegen.cpp
  test/OpenMP/for_lastprivate_messages.cpp
  test/OpenMP/for_private_codegen.cpp
  test/OpenMP/for_private_messages.cpp
  test/OpenMP/for_reduction_messages.cpp
  test/OpenMP/for_simd_firstprivate_messages.cpp
  test/OpenMP/for_simd_lastprivate_messages.cpp
  test/OpenMP/for_simd_private_messages.cpp
  test/OpenMP/for_simd_reduction_messages.cpp
  test/OpenMP/parallel_firstprivate_codegen.cpp
  test/OpenMP/parallel_firstprivate_messages.cpp
  test/OpenMP/parallel_for_firstprivate_messages.cpp
  test/OpenMP/parallel_for_lastprivate_messages.cpp
  test/OpenMP/parallel_for_private_messages.cpp
  test/OpenMP/parallel_for_reduction_messages.cpp
  test/OpenMP/parallel_for_simd_firstprivate_messages.cpp
  test/OpenMP/parallel_for_simd_lastprivate_messages.cpp
  test/OpenMP/parallel_for_simd_private_messages.cpp
  test/OpenMP/parallel_for_simd_reduction_messages.cpp
  test/OpenMP/parallel_private_codegen.cpp
  test/OpenMP/parallel_private_messages.cpp
  test/OpenMP/parallel_reduction_messages.cpp
  test/OpenMP/parallel_sections_firstprivate_messages.cpp
  test/OpenMP/parallel_sections_lastprivate_messages.cpp
  test/OpenMP/parallel_sections_private_messages.cpp
  test/OpenMP/parallel_sections_reduction_messages.cpp
  test/OpenMP/sections_firstprivate_codegen.cpp
  test/OpenMP/sections_firstprivate_messages.cpp
  test/OpenMP/sections_lastprivate_codegen.cpp
  test/OpenMP/sections_lastprivate_messages.cpp
  test/OpenMP/sections_private_codegen.cpp
  test/OpenMP/sections_private_messages.cpp
  test/OpenMP/sections_reduction_messages.cpp
  test/OpenMP/simd_lastprivate_messages.cpp
  test/OpenMP/single_firstprivate_codegen.cpp
  test/OpenMP/single_firstprivate_messages.cpp
  test/OpenMP/single_private_codegen.cpp
  test/OpenMP/single_private_messages.cpp
  test/OpenMP/task_firstprivate_codegen.cpp
  test/OpenMP/task_firstprivate_messages.cpp
  test/OpenMP/task_private_codegen.cpp
  test/OpenMP/task_private_messages.cpp
  test/OpenMP/teams_firstprivate_messages.cpp
  test/OpenMP/teams_private_messages.cpp
  test/OpenMP/teams_reduction_messages.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11619.34097.patch
Type: text/x-patch
Size: 112368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150905/e0393ece/attachment-0001.bin>


More information about the cfe-commits mailing list