summaryrefslogtreecommitdiffstats
path: root/www/comparison.html
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-10-14 21:54:48 +0000
committerDouglas Gregor <dgregor@apple.com>2009-10-14 21:54:48 +0000
commit701cceef9eb92d213227d71a5b95f4d0e1f03c07 (patch)
treefb42403b87fb9d23960a5e2c3c70952f41942f71 /www/comparison.html
parenta74bbe2c9fb8f83db393a584e8a1da8c40182542 (diff)
Our C++ support is far enough along now that we shouldn't be recommending the use of Elsa
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84149 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/comparison.html b/www/comparison.html
index bba2a65d36..f0d00bb497 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -122,11 +122,6 @@
<p>Pro's of Elsa vs clang:</p>
<ul>
- <li>Elsa's support for C++ is far beyond what clang provides. If you need
- C++ support in the next year, Elsa is a great way to get it. That said,
- Elsa is missing important support for templates and other pieces: for
- example, it is not capable of compiling the GCC STL headers from any
- version newer than GCC 3.4.</li>
<li>Elsa's parser and AST is designed to be easily extensible by adding
grammar rules. Clang has a very simple and easily hackable parser,
but requires you to write C++ code to do it.</li>