diff --git a/clang/www/comparison.html b/clang/www/comparison.html index 21c6df093090..90283d36e9ee 100644 --- a/clang/www/comparison.html +++ b/clang/www/comparison.html @@ -17,8 +17,10 @@ always clear to people why we decided to do this. Here we compare clang and its goals to other open source compiler front-ends that are available. We restrict the discussion to very specific technical points - to avoid controversy where possible. Also, software is infinitely - mutable, so we avoid mentioning anything that would be easy to fix.

+ to avoid controversy where possible. Also, since software is infinitely + mutable, so focus on architectural issues that are impractical to fix + without a major rewrite, instead of talking about little details that + can be fixed with a reasonable amount of effort.

The goal of this list is to describe how differences in goals lead to different strengths and weaknesses, not to make some compiler look bad. @@ -32,7 +34,7 @@

Clang vs GCC (GNU Compiler Collection)

-

Pros of GCC vs clang:

+

Pro's of GCC vs clang:

-

Pros of clang vs GCC:

+

Pro's of clang vs GCC: