link to diags page.
authorChris Lattner <sabre@nondot.org>
Thu, 19 Mar 2009 18:57:33 +0000 (18:57 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Mar 2009 18:57:33 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67323 91177308-0d34-0410-b5e6-96231b3b80d8

www/comparison.html

index fa853fb084323d1c04c79e779f626ad76adb62f6..f29c2676d5166b69e29a8ccba16c8bb7f7598477 100644 (file)
         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>