summaryrefslogtreecommitdiffstats
path: root/www/comparison.html
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-08-14 21:58:29 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-08-14 21:58:29 +0000
commit04359438977e037d716827132dc1e676a52dbd58 (patch)
treee45e24488279d1233c53713fdbf597bfe8939faf /www/comparison.html
parent5dfc44131128abc354fb6936caed01b71c83be70 (diff)
Small change to avoid confusion on what "used by" means for a compiler.
Patch by Jonathan Sauer. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/comparison.html b/www/comparison.html
index 58c4b31e2f..01b8aea069 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -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