[PATCH] D127803: Generate the capture for field when the field is used with implicit default.

Jennifer Yu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 21 17:29:36 PDT 2022


jyu2 updated this revision to Diff 438877.
jyu2 edited the summary of this revision.
jyu2 added a comment.

Thanks Alexey's comment.  Address his comment.  Instead save info into DSA, add new field in ImplicitDefaultFirstprivateFDs in SharingMapTy.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127803/new/

https://reviews.llvm.org/D127803

Files:
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaExprMember.cpp
  clang/lib/Sema/SemaOpenMP.cpp
  clang/lib/Sema/TreeTransform.h
  clang/test/OpenMP/default_firstprivate_ast_print.cpp
  clang/test/OpenMP/default_private_ast_print.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127803.438877.patch
Type: text/x-patch
Size: 21137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220622/79cb1a4a/attachment-0001.bin>


More information about the cfe-commits mailing list