[cfe-commits] r67323 - /cfe/trunk/www/comparison.html

Chris Lattner sabre at nondot.org
Thu Mar 19 11:57:33 PDT 2009


Author: lattner
Date: Thu Mar 19 13:57:33 2009
New Revision: 67323

URL: http://llvm.org/viewvc/llvm-project?rev=67323&view=rev
Log:
link to diags page.

Modified:
    cfe/trunk/www/comparison.html

Modified: cfe/trunk/www/comparison.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/comparison.html?rev=67323&r1=67322&r2=67323&view=diff

==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Thu Mar 19 13:57:33 2009
@@ -102,10 +102,10 @@
         less memory</a> than GCC.</li>
     <li>Clang aims to provide extremely clear and concise diagnostics (error and
         warning messages), and includes support for <a
-        href="features.html#expressivediags">expressive diagnostics</a>.  GCC's
-        warnings are acceptable, but are often confusing and it does not support
+        href="diagnostics.html">expressive diagnostics</a>.  GCC's warnings are 
+        sometimes acceptable, but are often confusing and it does not support
         expressive diagnostics.  Clang also preserves typedefs in diagnostics
-        consistently.</li>
+        consistently, showing macro expansions and many other features.</li>
     <li>GCC is licensed under the GPL license.  clang uses a BSD license, which
         allows it to be used by projects that do not themselves want to be
         GPL.</li>





More information about the cfe-commits mailing list