[cfe-commits] r82774 - /cfe/trunk/www/comparison.html
Chris Lattner
sabre at nondot.org
Fri Sep 25 09:45:10 PDT 2009
Author: lattner
Date: Fri Sep 25 11:45:10 2009
New Revision: 82774
URL: http://llvm.org/viewvc/llvm-project?rev=82774&view=rev
Log:
pcc supports some c99
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=82774&r1=82773&r2=82774&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Fri Sep 25 11:45:10 2009
@@ -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
More information about the cfe-commits
mailing list