diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-04-28 12:29:57 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-04-28 12:29:57 +0000 |
commit | a5b6d393184dd5775b95de77b942431bbae98146 (patch) | |
tree | bb35b33ae1f2890fecb2896052d06f7ad3f74bb6 /gnu/llvm/clang/www/features.html | |
parent | 74c8725455b9e07524cc3c6cdb5639a587986353 (diff) |
Import LLVM 11.1.0 release including clang, lld and lldb.
Diffstat (limited to 'gnu/llvm/clang/www/features.html')
-rwxr-xr-x | gnu/llvm/clang/www/features.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/llvm/clang/www/features.html b/gnu/llvm/clang/www/features.html index 98478193fae..cd2f9e7b4e2 100755 --- a/gnu/llvm/clang/www/features.html +++ b/gnu/llvm/clang/www/features.html @@ -297,12 +297,12 @@ 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 -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 -it to be production quality.</p> +Clang is designed and built by experienced compiler developers who are +increasingly frustrated with the problems that existing open source +compilers 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 it to be +production quality.</p> <p>Being a production quality compiler means many things: it means being high performance, being solid and (relatively) bug free, and it means eventually |