[PATCH] D58504: [OpenCL][8.0.0 Release] Notes for OpenCL
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 21 06:45:45 PST 2019
ABataev added inline comments.
================
Comment at: docs/ReleaseNotes.rst:14
-This document contains the release notes for the Clang C/C++/Objective-C
+This document contains the release notes for the Clang C/C++/Objective-C/OpenCL
frontend, part of the LLVM Compiler Infrastructure, release 8.0.0. Here we
----------------
Anastasia wrote:
> Anastasia wrote:
> > @hans I am not sure if it's best to list all languages supported (i.e. OpenMP, Renderscript, CUDA are still missing) or alternatively we could change to something like - Clang C language family frontend? The latter one is taken from the main page: https://clang.llvm.org/. Although, OpenMP is missing on the main page.
> @ABataev should the main page be updated to list OpenMP explicitly?
Well, generally speaking, OpenMP is not a programming language, it is an API, i.e. just an extension for C/C++/Fortran. Not sure that it must be in the list of the actual languages.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58504/new/
https://reviews.llvm.org/D58504
More information about the cfe-commits
mailing list