From 2ff4de06feed7aa295d5949d0b3054c7f4b3db1f Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 16 Dec 2015 00:19:23 +0000 Subject: [PATCH] Fix grammar. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255727 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/comparison.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/comparison.html b/www/comparison.html index 2274581b9b..26f421d73b 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -100,7 +100,8 @@ for expressive diagnostics. Modern versions of GCC have made significant advances in this area, incorporating various Clang features such as preserving typedefs in - diagnostics and showing macro expansions, but is still catching up. + diagnostics and showing macro expansions, but GCC is still catching + up.
  • GCC is licensed under the GPL license. clang uses a BSD license, which allows it to be embedded in software that is not GPL-licensed.
  • -- 2.50.1