r260433 - Test commit, fixed "clang" to "Clang" in docs

Mandeep Singh Grang via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 10 13:06:11 PST 2016


Author: mgrang
Date: Wed Feb 10 15:06:10 2016
New Revision: 260433

URL: http://llvm.org/viewvc/llvm-project?rev=260433&view=rev
Log:
Test commit, fixed "clang" to "Clang" in docs

Reviewers: weimingz

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D17085

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=260433&r1=260432&r2=260433&view=diff
==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Wed Feb 10 15:06:10 2016
@@ -93,7 +93,7 @@
    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
+   source-to-source transformation tools, Clang is probably a great
    solution for you.  Clang supports C++11, please see the <a
     href="cxx_status.html">C++ status</a> page for more
    information.</p>
@@ -104,14 +104,14 @@
   
   <p>Start by <a href="get_started.html">getting the code, building it, and
      playing with it</a>.  This will show you the sorts of things we can do
-     today and will let you have the "clang experience" first hand: hopefully
+     today and will let you have the "Clang experience" first hand: hopefully
      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
+     following the development of Clang, signing up for a mailing list is a good
      way to learn about how the project works.</p>
 </div>
 </body>




More information about the cfe-commits mailing list