summaryrefslogtreecommitdiffstats
path: root/www/features.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-19 22:03:42 +0000
committerChris Lattner <sabre@nondot.org>2009-03-19 22:03:42 +0000
commit9ef369211da8f22fcce65ec4f9cfb75c9304b414 (patch)
treefc0282dc99900d4cf5d663d58ebd33c245cab8a8 /www/features.html
parent5ef122e9449a86e4a6466ea07ed7f5ba5f6a48bc (diff)
wording.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67337 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/features.html')
-rw-r--r--www/features.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/features.html b/www/features.html
index 9ae7f77eeb..21382fd5b1 100644
--- a/www/features.html
+++ b/www/features.html
@@ -136,8 +136,8 @@ to tap the full potential of the clang design.</p>
<p>In addition to being fast and functional, we aim to make Clang extremely user
friendly. As far as a command-line compiler goes, this basically boils down to
making the diagnostics (error and warning messages) generated by the compiler
-be as useful as possible. There are several ways that we do this, but it
-basically boils down to pinpointing exactly what is wrong in the program,
+be as useful as possible. There are several ways that we do this, but the
+most important are pinpointing exactly what is wrong in the program,
highlighting related information so that it is easy to understand at a glance,
and making the wording as clear as possible.</p>
@@ -158,9 +158,9 @@ understand what is wrong based on the Clang error: Because clang prints a
caret, you know exactly <em>which</em> plus it is complaining about. The range
information highlights the left and right side of the plus which makes it
immediately obvious what the compiler is talking about, which is very useful for
-cases involving precedence issues and many other cases.</p>
+cases involving precedence issues and many other situations.</p>
-<p>Clang diagnostics are very right and have many features. For more
+<p>Clang diagnostics are very polished and have many features. For more
information and examples, please see the <a href="diagnostics.html">Expressive
Diagnostics</a> page.</p>