summaryrefslogtreecommitdiffstats
path: root/www/comparison.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-10 01:52:24 +0000
committerChris Lattner <sabre@nondot.org>2007-12-10 01:52:24 +0000
commitb0c4c63bb9a44e6b602d8ec3c3121c3ab5fc1e84 (patch)
treee1cf50660c99be6f2c4bd074d29caf2242c9369e /www/comparison.html
parent8310967dd0c751b7c1b58f69dae3f66e60960054 (diff)
make more positive.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/comparison.html b/www/comparison.html
index 973e9758fc..bfb01f3290 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -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.