Skip to content
Snippets Groups Projects
Commit 7eee9f74 authored by Chris Lattner's avatar Chris Lattner
Browse files

link to diags page.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67323 91177308-0d34-0410-b5e6-96231b3b80d8
parent 202a7428
No related branches found
No related tags found
No related merge requests found
...@@ -102,10 +102,10 @@ ...@@ -102,10 +102,10 @@
less memory</a> than GCC.</li> less memory</a> than GCC.</li>
<li>Clang aims to provide extremely clear and concise diagnostics (error and <li>Clang aims to provide extremely clear and concise diagnostics (error and
warning messages), and includes support for <a warning messages), and includes support for <a
href="features.html#expressivediags">expressive diagnostics</a>. GCC's href="diagnostics.html">expressive diagnostics</a>. GCC's warnings are
warnings are acceptable, but are often confusing and it does not support sometimes acceptable, but are often confusing and it does not support
expressive diagnostics. Clang also preserves typedefs in diagnostics 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 <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 allows it to be used by projects that do not themselves want to be
GPL.</li> GPL.</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment