diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-10-17 03:28:37 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-10-17 03:28:37 +0000 |
commit | 1623c28f3611d8342533b093d75f43a17b78cb62 (patch) | |
tree | 0b292712a66deee4d8fb9c52984d317561797808 /clang/www | |
parent | 2bdc1a5c86cef0854c8ec9748880ec2883f4a256 (diff) | |
download | bcm5719-llvm-1623c28f3611d8342533b093d75f43a17b78cb62.tar.gz bcm5719-llvm-1623c28f3611d8342533b093d75f43a17b78cb62.zip |
Fix sentence-o.
llvm-svn: 84305
Diffstat (limited to 'clang/www')
-rw-r--r-- | clang/www/comparison.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/www/comparison.html b/clang/www/comparison.html index f0d00bb497b..2462b89da28 100644 --- a/clang/www/comparison.html +++ b/clang/www/comparison.html @@ -179,7 +179,8 @@ <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 Objective-C or C++ and doesn't aim to</li> + <li>PCC doesn't support Objective-C or C++ and doesn't aim to support + C++.</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 |