[PATCH] D70242: [OpenCL] Allow addr space qualifiers on lambda call expressions

2019-12-04 Thread Anastasia Stulova via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe6522a96f56c: [OpenCL] Allow addr space qualifiers on lambda call expressions (authored by Anastasia). Herald added a project: clang. Changed prior to commit: https://reviews.llvm.org/D70242?vs=229305&i

[PATCH] D70242: [OpenCL] Allow addr space qualifiers on lambda call expressions

2019-11-19 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added a comment. In D70242#1748313 , @rjmccall wrote: > Well that was easy. > > Do we accept the address-space attribute in this position, or is that TBD? We accept the OpenCL one right at the end. I might need to test more in C++ though...

[PATCH] D70242: [OpenCL] Allow addr space qualifiers on lambda call expressions

2019-11-16 Thread John McCall via Phabricator via cfe-commits
rjmccall accepted this revision. rjmccall added a comment. This revision is now accepted and ready to land. Well that was easy. Do we accept the address-space attribute in this position, or is that TBD? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70242/new/ https://reviews.llvm.org/D

[PATCH] D70242: [OpenCL] Allow addr space qualifiers on lambda call expressions

2019-11-14 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia created this revision. Anastasia added a reviewer: rjmccall. Herald added subscribers: ebevhan, yaxunl. Anastasia edited the summary of this revision. The addr space qualifier can be added optionally for lambdas after the attributes. They will alter the default address space of lambda c