]> granicus.if.org Git - clang/commitdiff
incorporate suggestions from Joel Nelson.
authorChris Lattner <sabre@nondot.org>
Mon, 10 Dec 2007 06:01:32 +0000 (06:01 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Dec 2007 06:01:32 +0000 (06:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44782 91177308-0d34-0410-b5e6-96231b3b80d8

www/comparison.html

index 1e2614da7a6a0f7efe31204c5ef554f3f0efdfed..40cf54623333d097f83952f675343a0c37171463 100644 (file)
     <p>The goal of this list is to describe how differences in goals lead to\r
        different strengths and weaknesses, not to make some compiler look bad.\r
        This will hopefully help you to evaluate whether using clang is a good\r
-       idea for your specific goals.</p>\r
+       idea for your personal goals.  Because we don't know specifically what\r
+       <em>you</em> want to do, we describe the features of these compilers in\r
+       terms of <em>our</em> goals: if you are only interested in static\r
+       analysis, you may not care that something lacks codegen support, for\r
+       example.</p>\r
        \r
     <p>Please email cfe-dev if you think we should add another compiler to this\r
        list or if you think some characterization is unfair here.</p>\r
     <li>The Elsa community is extremely small and major development work seems\r
         to have ceased in 2005, though it continues to be used by other projects\r
         (e.g. Oink).  Clang has a vibrant community including developers that\r
-        are paid to work on it full time.</li>\r
+        are paid to work on it full time.  In practice this means that you can\r
+        file bugs against Clang and they will often be fixed for you.  If you\r
+        use Elsa, you are (mostly) on your own for bug fixes and feature\r
+        enhancements.</li>\r
     <li>Elsa is not built as a stack of reusable libraries like clang is.  It is\r
         very difficult to use part of elsa without the whole front-end.  For\r
         example, you cannot use Elsa to parse C/ObjC code without building an\r