summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorAnastasia Stulova <anastasia.stulova@arm.com>2017-01-12 17:52:22 +0000
committerAnastasia Stulova <anastasia.stulova@arm.com>2017-01-12 17:52:22 +0000
commit271b0e8f7a167b5b733ba297ba1f185e50675e90 (patch)
treeda0d1078a1f8ed82434d4c3dd13af24b55f1cd2a /www
parent2f233c101b19599b04f681a0a56d7223afa928e9 (diff)
[Docs][OpenCL] Added OpenCL feature description to Clang documentation.
Updated index and UsersManual with OpenCL description. Review: https://reviews.llvm.org/D28080 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html
index 62354fe60c..9a4050121d 100644
--- a/www/index.html
+++ b/www/index.html
@@ -15,10 +15,10 @@
<h1>clang: a C language family frontend for LLVM</h1>
<!--*********************************************************************-->
- <p>The goal of the Clang project is to create a new C, C++, Objective C and
- Objective C++ front-end for the <a href="http://www.llvm.org/">LLVM</a>
- compiler. You can <a href="get_started.html">get and build</a> the source
- today.</p>
+ <p>The goal of the Clang project is to create a new C based language
+ front-end: C, C++, Objective C/C++, OpenCL C and others for the
+ <a href="http://www.llvm.org/">LLVM</a> compiler. You can
+ <a href="get_started.html">get and build</a> the source today.</p>
<!--=====================================================================-->
<h2 id="goals">Features and Goals</h2>