[PATCH] D96616: [OpenCL][Docs] Change decription for the OpenCL standard headers

2021-02-23 Thread Anastasia Stulova via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG90355d6f1076: [OpenCL][Docs] Change description for the OpenCL standard headers. (authored by Anastasia). Herald added a project: clang. Changed prior to commit: https://reviews.llvm.org/D96616?vs=32459

[PATCH] D96616: [OpenCL][Docs] Change decription for the OpenCL standard headers

2021-02-19 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added inline comments. Comment at: clang/docs/UsersManual.rst:3016 .. code-block:: console svenvh wrote: > Anastasia wrote: > > svenvh wrote: > > > I wonder if we need to keep this example? You're not referring to it > > > from the text and it

[PATCH] D96616: [OpenCL][Docs] Change decription for the OpenCL standard headers

2021-02-18 Thread Sven van Haastregt via Phabricator via cfe-commits
svenvh accepted this revision. svenvh added a comment. This revision is now accepted and ready to land. LGTM! Comment at: clang/docs/UsersManual.rst:3016 .. code-block:: console Anastasia wrote: > svenvh wrote: > > I wonder if we need to keep this examp

[PATCH] D96616: [OpenCL][Docs] Change decription for the OpenCL standard headers

2021-02-18 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia added inline comments. Comment at: clang/docs/UsersManual.rst:3016 .. code-block:: console svenvh wrote: > I wonder if we need to keep this example? You're not referring to it from > the text and it's not demonstrating any special flags anymor

[PATCH] D96616: [OpenCL][Docs] Change decription for the OpenCL standard headers

2021-02-18 Thread Anastasia Stulova via Phabricator via cfe-commits
Anastasia updated this revision to Diff 324591. Anastasia added a comment. Added corrections from Sven. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D96616/new/ https://reviews.llvm.org/D96616 Files: clang/docs/OpenCLSupport.rst clang/docs/UsersManual.rst Index: clang/docs/UsersMa

[PATCH] D96616: [OpenCL][Docs] Change decription for the OpenCL standard headers

2021-02-16 Thread Sven van Haastregt via Phabricator via cfe-commits
svenvh added inline comments. Comment at: clang/docs/OpenCLSupport.rst:67 +All the options in this section are frontend-only and therefore if used +with regular clang driver they require frontend forwarding e.g. ``-cc1`` +or ``-Xclang``. Comme