diff options
-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 |