From 9f94f9ba348b3462f0dd060fc08d0e0cb4750a46 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42675 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0