aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-09-14 09:08:21 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-09-14 09:08:21 +0000
commit5c3457d79b018d95524bf5a4b76859429e8b2ead (patch)
tree8c319fe60d659a656c39c6f6db4bb2a171d8c070 /clang/www
parentceb5f6540f3dce0411ba04ed793cc7a0aa975893 (diff)
Use Chrome and Firefox as example of success for clang
llvm-svn: 342216
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/www/index.html b/clang/www/index.html
index 238eb05c94d7..1ca24973a1d3 100755
--- a/clang/www/index.html
+++ b/clang/www/index.html
@@ -84,11 +84,11 @@
<p>Clang is considered to
be a production quality C, Objective-C, C++ and Objective-C++ compiler when
targeting X86-32, X86-64, and ARM (other targets may have caveats, but are
- usually easy to fix). If you are looking for source analysis or
- source-to-source transformation tools, Clang is probably a great
- solution for you. Clang supports C++11, C++14 and C++17, please see the <a
- href="cxx_status.html">C++ status</a> page for more
- information.</p>
+ usually easy to fix). As example, Clang is used in production to build
+ performance-critical software like Chrome or Firefox.<br /> If you are looking
+ for source analysis or source-to-source transformation tools, Clang is probably
+ a great solution for you. Clang supports C++11, C++14 and C++17, please see
+ the <a href="cxx_status.html">C++ status</a> page for more information.</p>
<!--=====================================================================-->
<h2>Get it and get involved!</h2>