From: Mandeep Singh Grang
Date: Wed, 10 Feb 2016 21:06:10 +0000 (+0000)
Subject: Test commit, fixed "clang" to "Clang" in docs
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c05689d2d3fbbc63ff43b970a2a5e66fa40510f;p=clang
Test commit, fixed "clang" to "Clang" in docs
Reviewers: weimingz
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D17085
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260433 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/index.html b/www/index.html
index 2d3ca8f5aa..62354fe60c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -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 C++ status page for more
information.
@@ -104,14 +104,14 @@
Start by getting the code, building it, and
playing with it. 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. :)
Once you've done that, please consider getting
- involved in the clang community. The clang developers include numerous
+ involved in the clang community. 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.