From: Chris Lattner Date: Fri, 13 May 2011 05:29:16 +0000 (+0000) Subject: some updates. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9858e8fc868b635360d325a1674448bc23199744;p=clang some updates. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131286 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/comparison.html b/www/comparison.html index dcf6220eb9..a7d4d75a2e 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -50,10 +50,8 @@ @@ -131,6 +132,8 @@

Pro's of clang vs Elsa:

-

Note that there is a fork of Elsa known as "Pork". It addresses some of - these shortcomings by loosely integrating a preprocessor. This allows it - to map from a source location in the AST to the original position before - preprocessing, providing it better support for static analysis and - refactoring. Note that Pork is in stasis now too.

-

Clang vs PCC (Portable C Compiler)