diff options
Diffstat (limited to 'clang/www/features.html')
-rwxr-xr-x | clang/www/features.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/clang/www/features.html b/clang/www/features.html index 8a6ff48cb66..aeab4e56969 100755 --- a/clang/www/features.html +++ b/clang/www/features.html @@ -113,7 +113,7 @@ information highlights the left and right side of the plus which makes it immediately obvious what the compiler is talking about, which is very useful for cases involving precedence issues and many other situations.</p> -<p>Clang diagnostics are very polished and have many features. For more +<p>Clang diagnostics are very polished and have many features. For more information and examples, please see the <a href="diagnostics.html">Expressive Diagnostics</a> page.</p> @@ -123,7 +123,7 @@ Diagnostics</a> page.</p> <p>GCC is currently the defacto-standard open source compiler today, and it routinely compiles a huge volume of code. GCC supports a huge number of -extensions and features (many of which are undocumented) and a lot of +extensions and features (many of which are undocumented) and a lot of code and header files depend on these features in order to build.</p> <p>While it would be nice to be able to ignore these extensions and focus on @@ -236,7 +236,7 @@ unnecessary for a simple static compiler.</p> In particular, it is possible to use the clang preprocessor and parser to build an extremely quick and light-weight on-the-fly code generator (similar to TCC) that does not build an AST at all. As an intermediate step, clang supports -using the current AST generation and semantic analysis code and having a code +using the current AST generation and semantic analysis code and having a code generation client free the AST for each function after code generation. Finally, clang provides support for building and retaining fully-fledged ASTs, and even supports writing them out to disk.</p> @@ -289,8 +289,8 @@ Further, nobody makes money on compilers these days, but many people need them to get bigger goals accomplished: it makes sense for everyone to work together.</p> -<p>For more information about the LLVM/clang license, please see the <a -href="http://llvm.org/docs/DeveloperPolicy.html#license">LLVM License +<p>For more information about the LLVM/clang license, please see the <a +href="https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents">LLVM License Description</a> for more information.</p> @@ -305,7 +305,7 @@ Description</a> for more information.</p> <p> Clang is designed and built by experienced compiler developers who -are increasingly frustrated with the problems that <a +are increasingly frustrated with the problems that <a href="comparison.html">existing open source compilers</a> have. Clang is carefully and thoughtfully designed and built to provide the foundation of a whole new generation of C/C++/Objective C development tools, and we intend for |