From: Chris Lattner Date: Wed, 12 Dec 2007 03:33:41 +0000 (+0000) Subject: fix typo pointed out by gordon X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45918f3db5fa8a841665efc7d6ad408d5511710b;p=clang fix typo pointed out by gordon git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44906 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/comparison.html b/www/comparison.html index 0839031356..245f5b3975 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -94,7 +94,7 @@ example, if you write "x-x" in your source code, the GCC AST will contain "0", with no mention of 'x'. This is extremely bad for a refactoring tool that wants to rename 'x'. -
  • Clang can serialize it's AST out to disk and read it back into another +
  • Clang can serialize its AST out to disk and read it back into another program, which is useful for whole program analysis. GCC does not have this, but its current PCH mechanism is close. However, GCC's current PCH support is architecturally only able to read the dump back into