diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-10-06 01:53:09 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-10-06 01:53:09 +0000 |
commit | 650dcf6027ab5fb8bb1f4e223b6d480c6a810d98 (patch) | |
tree | c04ce9451a66ba718a1edd248d958f48b90f5eb6 /clang/www/features.html | |
parent | 3ef6b60eebc7c28e84c5422fd49327ff9d448d35 (diff) | |
download | bcm5719-llvm-650dcf6027ab5fb8bb1f4e223b6d480c6a810d98.tar.gz bcm5719-llvm-650dcf6027ab5fb8bb1f4e223b6d480c6a810d98.zip |
Just say "No" to non-ASCII things.
llvm-svn: 42675
Diffstat (limited to 'clang/www/features.html')
-rw-r--r-- | clang/www/features.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/features.html b/clang/www/features.html index e636dd84221..8fc85ef1ac2 100644 --- a/clang/www/features.html +++ b/clang/www/features.html @@ -21,7 +21,7 @@ This page outlines the main goals of Clang, as well as some compelling reasons w <li>Language conformance with C99, ObjC, C++
<li>Real-world, production quality compiler
<li>GCC compatibility
- <li>Library based architecture with finely crafted C++ API’s
+ <li>Library based architecture with finely crafted C++ APIs
<div class="li_desc">Makes Clang easier to work with and more flexible.</div>
<div class="li_weak_desc">(more details on this in the "Key Features" section)</div>
<li>Easy to extend
|