diff --git a/clang/www/comparison.html b/clang/www/comparison.html index e5ed8e43a929..5eca9e5283ce 100644 --- a/clang/www/comparison.html +++ b/clang/www/comparison.html @@ -51,8 +51,8 @@
  • GCC supports languages that clang does not aim to, such as Java, Ada, FORTRAN, etc.
  • GCC front-ends are very mature and already support C/C++/ObjC and all - the variants we are interested in. clang's support for C++ in - particular is nowhere near what GCC supports.
  • + the variants we are interested in. clang's + support for C++ in particular is nowhere near what GCC supports.
  • GCC's codegen is much more mature than clang's right now and supports more targets than LLVM.
  • GCC is popular and widely adopted.