[cfe-commits] r161897 - /cfe/trunk/www/comparison.html
Rafael Espindola
rafael.espindola at gmail.com
Tue Aug 14 14:58:29 PDT 2012
Author: rafael
Date: Tue Aug 14 16:58:29 2012
New Revision: 161897
URL: http://llvm.org/viewvc/llvm-project?rev=161897&view=rev
Log:
Small change to avoid confusion on what "used by" means for a compiler.
Patch by Jonathan Sauer.
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=161897&r1=161896&r2=161897&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Tue Aug 14 16:58:29 2012
@@ -103,9 +103,9 @@
sometimes acceptable, but are often confusing and it does not support
expressive diagnostics. Clang also preserves typedefs in diagnostics
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>
+ <li>GCC is licensed under the GPL license. <a href="features.html#license">
+ clang uses a BSD license,</a> which allows it to be embedded in
+ software that is not GPL-licensed.</li>
<li>Clang inherits a number of features from its use of LLVM as a backend,
including support for a bytecode representation for intermediate code,
pluggable optimizers, link-time optimization support, Just-In-Time
More information about the cfe-commits
mailing list