diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-03-19 18:57:33 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-03-19 18:57:33 +0000 |
| commit | 3d26bc8fdf7f26ed15c800bcc4dc33b9d637b408 (patch) | |
| tree | ac4fcf5f0f08a6e34bba809130d51224fd446194 /clang/www/comparison.html | |
| parent | 2302ee59e1ba92284a479aa293f9754e53d8b50f (diff) | |
| download | bcm5719-llvm-3d26bc8fdf7f26ed15c800bcc4dc33b9d637b408.tar.gz bcm5719-llvm-3d26bc8fdf7f26ed15c800bcc4dc33b9d637b408.zip | |
link to diags page.
llvm-svn: 67323
Diffstat (limited to 'clang/www/comparison.html')
| -rw-r--r-- | clang/www/comparison.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/comparison.html b/clang/www/comparison.html index fa853fb0843..f29c2676d51 100644 --- a/clang/www/comparison.html +++ b/clang/www/comparison.html @@ -102,10 +102,10 @@ less memory</a> than GCC.</li> <li>Clang aims to provide extremely clear and concise diagnostics (error and warning messages), and includes support for <a - href="features.html#expressivediags">expressive diagnostics</a>. GCC's - warnings are acceptable, but are often confusing and it does not support + href="diagnostics.html">expressive diagnostics</a>. GCC's warnings are + sometimes acceptable, but are often confusing and it does not support expressive diagnostics. Clang also preserves typedefs in diagnostics - consistently.</li> + consistently, showing macro expansions and many other features.</li> <li>GCC is licensed under the GPL license. clang uses a BSD license, which allows it to be used by projects that do not themselves want to be GPL.</li> |

