[cfe-commits] r44758 - /cfe/trunk/www/comparison.html

Chris Lattner sabre at nondot.org
Sun Dec 9 17:52:24 PST 2007


Author: lattner
Date: Sun Dec  9 19:52:24 2007
New Revision: 44758

URL: http://llvm.org/viewvc/llvm-project?rev=44758&view=rev
Log:
make more positive.

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=44758&r1=44757&r2=44758&view=diff

==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Sun Dec  9 19:52:24 2007
@@ -43,7 +43,7 @@
     <li>GCC is popular and widely adopted.</li>
     </ul>
     
-    <p>Cons of GCC vs clang:</p>
+    <p>Pros of clang vs GCC:</p>
     
     <ul>
     <li>GCC has a very old codebase which presents a steep learning curve to new
@@ -101,7 +101,7 @@
         but requires you to write C++ code to extend it.</li>
     </ul>
     
-    <p>Cons of Elsa vs clang:</p>
+    <p>Pros of clang vs Elsa:</p>
     
     <ul>
     <li>The Elsa community is extremely small and major development work seems
@@ -138,7 +138,7 @@
         compiler.</li>
     </ul>
     
-    <p>Cons of PCC vs clang:</p>
+    <p>Pros of clang vs PCC:</p>
     
     <ul>
     <li>PCC dates from the 1970's and has been dormant for most of that time.





More information about the cfe-commits mailing list