diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html index 63ecc38c86281..3bc7020f07e1f 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,7 @@ <html> <head> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> - <title>"clang" C Language Family Frontend for LLVM</title> + <title>Clang C Language Family Frontend for LLVM</title> <link type="text/css" rel="stylesheet" href="menu.css"> <link type="text/css" rel="stylesheet" href="content.css"> </head> @@ -12,13 +12,15 @@ <!--#include virtual="menu.html.incl"--> <div id="content"> <!--*********************************************************************--> - <h1>clang: a C language family frontend for LLVM</h1> + <h1>Clang: a C language family frontend for LLVM</h1> <!--*********************************************************************--> - <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> + <p>The Clang project provides a language front-end and tooling infrastructure + for languages in the C language family (C, C++, Objective C/C++, OpenCL, + CUDA, and RenderScript) for the <a href="http://www.llvm.org/">LLVM</a> + project. Both a GCC-compatible compiler driver (<tt>clang</tt>) and an + MSVC-compatible compiler driver (<tt>clang-cl.exe</tt>) are provided. You + can <a href="get_started.html">get and build</a> the source today.</p> <!--=====================================================================--> <h2 id="goals">Features and Goals</h2> @@ -83,7 +85,7 @@ </ul> <p>For a more detailed comparison between Clang and other compilers, please - see the <a href="comparison.html">clang comparison page</a>.</p> + see the <a href="comparison.html">Clang comparison page</a>.</p> <!--=====================================================================--> <h2>Current Status</h2> @@ -108,7 +110,7 @@ it will "resonate" with you. :)</p> <p>Once you've done that, please consider <a href="get_involved.html">getting - involved in the clang community</a>. The Clang developers include numerous + involved in the Clang community</a>. The Clang developers include numerous volunteer contributors with a variety of backgrounds. If you're interested in following the development of Clang, signing up for a mailing list is a good |