diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-24 05:44:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-24 05:44:37 +0000 |
commit | 3b88ce8e4a38767974f4efe42b348c31a187f71d (patch) | |
tree | 8e59258f227a8e0f69f3530bbe1779fc14701574 /www/comparison.html | |
parent | 3e820afa3a581949e56a30c1ecda976035843e83 (diff) |
link to c++ status page
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55277 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r-- | www/comparison.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/comparison.html b/www/comparison.html index e5ed8e43a9..5eca9e5283 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>
|