Just say "No" to non-ASCII things.

llvm-svn: 42675
This commit is contained in:
Bill Wendling 2007-10-06 01:53:09 +00:00
parent 3ef6b60eeb
commit 650dcf6027
1 changed files with 1 additions and 1 deletions

View File

@ -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++ APIs
<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