[cfe-commits] r67337 - /cfe/trunk/www/features.html
Chris Lattner
sabre at nondot.org
Thu Mar 19 15:03:42 PDT 2009
Author: lattner
Date: Thu Mar 19 17:03:42 2009
New Revision: 67337
URL: http://llvm.org/viewvc/llvm-project?rev=67337&view=rev
Log:
wording.
Modified:
cfe/trunk/www/features.html
Modified: cfe/trunk/www/features.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/features.html?rev=67337&r1=67336&r2=67337&view=diff
==============================================================================
--- cfe/trunk/www/features.html (original)
+++ cfe/trunk/www/features.html Thu Mar 19 17:03:42 2009
@@ -136,8 +136,8 @@
<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 @@
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>
More information about the cfe-commits
mailing list