Skip to content

Commit

Permalink
Use Chrome and Firefox as example of success for clang
Browse files Browse the repository at this point in the history
llvm-svn: 342216
  • Loading branch information
sylvestre committed Sep 14, 2018
1 parent ceb5f65 commit 5c3457d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions clang/www/index.html
Expand Up @@ -84,11 +84,11 @@ <h2>Current Status</h2>
<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>
Expand Down

0 comments on commit 5c3457d

Please sign in to comment.