r342216 - Use Chrome and Firefox as example of success for clang

Sylvestre Ledru via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 14 02:08:21 PDT 2018


Author: sylvestre
Date: Fri Sep 14 02:08:21 2018
New Revision: 342216

URL: http://llvm.org/viewvc/llvm-project?rev=342216&view=rev
Log:
Use Chrome and Firefox as example of success for clang

Modified:
    cfe/trunk/www/index.html

Modified: cfe/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html?rev=342216&r1=342215&r2=342216&view=diff
==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Fri Sep 14 02:08:21 2018
@@ -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>




More information about the cfe-commits mailing list