[cfe-commits] r55277 - /cfe/trunk/www/comparison.html
Chris Lattner
sabre at nondot.org
Sat Aug 23 22:44:37 PDT 2008
Author: lattner
Date: Sun Aug 24 00:44:37 2008
New Revision: 55277
URL: http://llvm.org/viewvc/llvm-project?rev=55277&view=rev
Log:
link to c++ status page
Modified:
cfe/trunk/www/comparison.html
Modified: cfe/trunk/www/comparison.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/comparison.html?rev=55277&r1=55276&r2=55277&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Sun Aug 24 00:44:37 2008
@@ -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>
More information about the cfe-commits
mailing list