From 1af8aadf11a35532b9a53ee953f257bdbab4f2d5 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 14 Aug 2012 21:58:29 +0000 Subject: Small change to avoid confusion on what "used by" means for a compiler. Patch by Jonathan Sauer. llvm-svn: 161897 --- clang/www/comparison.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clang') diff --git a/clang/www/comparison.html b/clang/www/comparison.html index 58c4b31e2f6..01b8aea0690 100644 --- a/clang/www/comparison.html +++ b/clang/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. -
  • 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.
  • +
  • GCC is licensed under the GPL license. + clang uses a BSD license, which allows it to be embedded in + software that is not GPL-licensed.
  • 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 -- cgit v1.2.3