diff options
-rw-r--r-- | www/comparison.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/comparison.html b/www/comparison.html index 90283d36e9..1e2614da7a 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -30,6 +30,13 @@ <p>Please email cfe-dev if you think we should add another compiler to this
list or if you think some characterization is unfair here.</p>
+ <ul>
+ <li><a href="#gcc">Clang vs GCC</a> (GNU Compiler Collection)</li>
+ <li><a href="#elsa">Clang vs Elsa</a> (Elkhound-based C++ Parser)</li>
+ <li><a href="#pcc">Clang vs PCC</a> (Portable C Compiler)</li>
+ </ul>
+
+
<!--=====================================================================-->
<h2><a name="gcc">Clang vs GCC (GNU Compiler Collection)</a></h2>
<!--=====================================================================-->
|