[cfe-commits] r44759 - /cfe/trunk/www/comparison.html
Chris Lattner
sabre at nondot.org
Sun Dec 9 18:05:32 PST 2007
Author: lattner
Date: Sun Dec 9 20:05:32 2007
New Revision: 44759
URL: http://llvm.org/viewvc/llvm-project?rev=44759&view=rev
Log:
minor edits
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=44759&r1=44758&r2=44759&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Sun Dec 9 20:05:32 2007
@@ -54,8 +54,8 @@
difficult to use as an API and integrate into other tools (e.g. an IDE).
Its historic design and <a
href="http://gcc.gnu.org/ml/gcc/2007-11/msg00460.html">current</a>
- <a href="http://gcc.gnu.org/ml/gcc/2004-12/msg00888.html">policy</a> was
- intended to make it difficult to decouple the front-end from
+ <a href="http://gcc.gnu.org/ml/gcc/2004-12/msg00888.html">policy</a>
+ makes it difficult to decouple the front-end from
the rest of the compiler. Clang is designed as an API from its
inception.</li>
<li>Various GCC design decisions make it very difficult to reuse: its build
@@ -79,9 +79,9 @@
<li>The diagnostics produced by GCC are acceptable, but are often confusing
and it does not support <a
href="features.html#expressivediags">expressive diagnostics</a>.</li>
- <li>GCC is licensed under the GPL license, which makes it difficult to use
- for projects that do not themselves want to be GPL. clang uses a BSD
- license.</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>
</ul>
<!--=====================================================================-->
More information about the cfe-commits
mailing list