From: Bill Wendling Date: Sat, 6 Oct 2007 01:53:09 +0000 (+0000) Subject: Just say "No" to non-ASCII things. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f94f9ba348b3462f0dd060fc08d0e0cb4750a46;p=clang Just say "No" to non-ASCII things. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42675 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/features.html b/www/features.html index e636dd8422..8fc85ef1ac 100644 --- a/www/features.html +++ b/www/features.html @@ -21,7 +21,7 @@ This page outlines the main goals of Clang, as well as some compelling reasons w
  • Language conformance with C99, ObjC, C++
  • Real-world, production quality compiler
  • GCC compatibility -
  • Library based architecture with finely crafted C++ API’s +
  • Library based architecture with finely crafted C++ APIs
    Makes Clang easier to work with and more flexible.
    (more details on this in the "Key Features" section)
  • Easy to extend