aboutsummaryrefslogtreecommitdiff
path: root/www/comparison.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-25 16:45:10 +0000
committerChris Lattner <sabre@nondot.org>2009-09-25 16:45:10 +0000
commitb0802c9f5003df5ad9582fe32af6463af292f4b0 (patch)
treeea2589b3ea55e39c3f1a3fd39a1f087ef97a5731 /www/comparison.html
parent1eca99b815e531eba63233c0558af0dc971387aa (diff)
pcc supports some c99
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/comparison.html b/www/comparison.html
index f86ea7fbbd..bba2a65d36 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -184,8 +184,7 @@
<ul>
<li>PCC dates from the 1970's and has been dormant for most of that time.
The clang + llvm communities are very active.</li>
- <li>PCC doesn't support C99, Objective-C, and doesn't aim to support
- C++.</li>
+ <li>PCC doesn't support Objective-C or C++ and doesn't aim to</li>
<li>PCC's code generation is very limited compared to LLVM. It produces very
inefficient code and does not support many important targets.</li>
<li>Like Elsa, PCC's does not have an integrated preprocessor, making it