diff --git a/www/comparison.html b/www/comparison.html index e5ed8e43a929ebf04b90e77cfa27e0b37b843cfa..5eca9e5283ce6d845a1678c85fb2e5105f0cc1d3 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -51,8 +51,8 @@ <li>GCC supports languages that clang does not aim to, such as Java, Ada, FORTRAN, etc.</li> <li>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.</li> + the variants we are interested in. <a href="cxx_status.html">clang's + support for C++</a> in particular is nowhere near what GCC supports.</li> <li>GCC's codegen is much more mature than clang's right now and supports more targets than LLVM.</li> <li>GCC is popular and widely adopted.</li>