Skip to content
Snippets Groups Projects
Commit 701cceef authored by Douglas Gregor's avatar Douglas Gregor
Browse files

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
parent a74bbe2c
No related branches found
No related tags found
No related merge requests found
...@@ -122,11 +122,6 @@ ...@@ -122,11 +122,6 @@
<p>Pro's of Elsa vs clang:</p> <p>Pro's of Elsa vs clang:</p>
<ul> <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 <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, grammar rules. Clang has a very simple and easily hackable parser,
but requires you to write C++ code to do it.</li> but requires you to write C++ code to do it.</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment