From 650dcf6027ab5fb8bb1f4e223b6d480c6a810d98 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 6 Oct 2007 01:53:09 +0000 Subject: [PATCH] Just say "No" to non-ASCII things. llvm-svn: 42675 --- clang/www/features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/www/features.html b/clang/www/features.html index e636dd842218..8fc85ef1ac2a 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
  • 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