diff --git a/www/comparison.html b/www/comparison.html index bfb01f3290..df79d6ec4b 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -54,8 +54,8 @@ difficult to use as an API and integrate into other tools (e.g. an IDE). Its historic design and current - policy was - intended to make it difficult to decouple the front-end from + policy + makes it difficult to decouple the front-end from the rest of the compiler. Clang is designed as an API from its inception.
  • Various GCC design decisions make it very difficult to reuse: its build @@ -79,9 +79,9 @@
  • The diagnostics produced by GCC are acceptable, but are often confusing and it does not support expressive diagnostics.
  • -
  • 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.
  • +
  • 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.