From 45918f3db5fa8a841665efc7d6ad408d5511710b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 12 Dec 2007 03:33:41 +0000 Subject: [PATCH] fix typo pointed out by gordon git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44906 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/comparison.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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