[PATCH] D69072: [OpenCL] Added doc to describe OpenCL support

2019-10-17 Thread Sven van Haastregt via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5e962e8d7dc7: [OpenCL] Add doc to describe OpenCL support (authored by svenvh). Herald added a project: clang. Changed prior to commit: https://reviews.llvm.org/D69072?vs=225391&id=225413#toc Repositor

[PATCH] D69072: [OpenCL] Added doc to describe OpenCL support

2019-10-17 Thread Marco Antognini via Phabricator via cfe-commits
mantognini accepted this revision. mantognini added a comment. This revision is now accepted and ready to land. Alright, thanks for the explanation. LGTM then. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69072/new/ https://reviews.llvm.org/D69072 ___

[PATCH] D69072: [OpenCL] Added doc to describe OpenCL support

2019-10-17 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia updated this revision to Diff 225391. Anastasia edited the summary of this revision. Anastasia added a comment. Herald added a subscriber: arphaman. Added OpenCLSupport page into index. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69072/new/ https://reviews.llvm.org/D69072 F

[PATCH] D69072: [OpenCL] Added doc to describe OpenCL support

2019-10-17 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added a comment. In D69072#1712473 , @mantognini wrote: > Shouldn't this page be referenced from `clang/docs/index.rst`? Oops, yes! Sure. I will update. Thanks! > In the long run, how would this page differ from > https://releases.llvm.org/9.

[PATCH] D69072: [OpenCL] Added doc to describe OpenCL support

2019-10-17 Thread Marco Antognini via Phabricator via cfe-commits
mantognini added a comment. Shouldn't this page be referenced from `clang/docs/index.rst`? In the long run, how would this page differ from https://releases.llvm.org/9.0.0/tools/clang/docs/LanguageExtensions.html#opencl-features and https://releases.llvm.org/9.0.0/tools/clang/docs/UsersManual.

[PATCH] D69072: [OpenCL] Added doc to describe OpenCL support

2019-10-16 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia created this revision. Anastasia added reviewers: svenvh, mantognini, neil.hickey. Herald added subscribers: ebevhan, yaxunl. https://reviews.llvm.org/D69072 Files: clang/docs/OpenCLSupport.rst Index: clang/docs/OpenCLSupport.rst =