From 7eee9f74b924781b42cd76a922227a65c4a6d539 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 19 Mar 2009 18:57:33 +0000 Subject: [PATCH] link to diags page. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67323 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/comparison.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/comparison.html b/www/comparison.html index fa853fb084..f29c2676d5 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -102,10 +102,10 @@ less memory than GCC.
  • Clang aims to provide extremely clear and concise diagnostics (error and warning messages), and includes support for expressive diagnostics. GCC's - warnings are acceptable, but are often confusing and it does not support + href="diagnostics.html">expressive diagnostics. GCC's warnings are + sometimes acceptable, but are often confusing and it does not support expressive diagnostics. Clang also preserves typedefs in diagnostics - consistently.
  • + consistently, showing macro expansions and many other features.
  • 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.
  • -- 2.40.0