This revision was automatically updated to reflect the committed changes.
Closed by commit rG6f770292a000: [OpenCL] Restrict pointer to member functions.
(authored by Anastasia).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm
mantognini accepted this revision.
mantognini added a comment.
This revision is now accepted and ready to land.
lgtm, thanks
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93958/new/
https://reviews.llvm.org/D93958
___
cfe-commits mailing list
Anastasia created this revision.
Anastasia added a reviewer: mantognini.
Herald added subscribers: ebevhan, yaxunl.
Anastasia requested review of this revision.
OpenCL doesn't allow function pointers and therefore pointers to member
functions are to be restricted too.
Even if this C++ feature pr