[PATCH] D60455: [SYCL] Implement SYCL device code outlining
Alexey Bader via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 28 02:41:29 PST 2019
bader updated this revision to Diff 231386.
bader added a comment.
Applied code review suggestions.
- Split the patch into two parts. This patch contains only Sema part and LLVM IR generation part will be added separately. Updated commit message.
- Replace `can't` with `cannot`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60455/new/
https://reviews.llvm.org/D60455
Files:
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/SemaSYCL/device-attributes-on-non-sycl.cpp
clang/test/SemaSYCL/device-attributes.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60455.231386.patch
Type: text/x-patch
Size: 11784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191128/db937849/attachment.bin>
More information about the cfe-commits
mailing list