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
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
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
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
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
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