diff --git a/clang/www/index.html b/clang/www/index.html index d568a7b8d4141..95bbfa86172ba 100755 --- a/clang/www/index.html +++ b/clang/www/index.html @@ -3,7 +3,7 @@ - + Clang C Language Family Frontend for LLVM @@ -33,7 +33,7 @@

Features and Goals

Utility and @@ -44,7 +44,9 @@

Features and Goals

  • Support diverse clients (refactoring, static analysis, code generation, etc.)
  • Allow tight integration with IDEs
  • -
  • Use the LLVM 'Apache 2' License
  • +
  • Use the LLVM 'Apache 2' + License +
  • Internal Design and @@ -80,12 +82,13 @@

    Current Status

    Clang is considered to be a production quality C, Objective-C, C++ and Objective-C++ compiler when - targeting X86-32, X86-64, and ARM (other targets may have caveats, but are - usually easy to fix). As example, Clang is used in production to build - performance-critical software like Chrome or Firefox.
    If you are looking - for source analysis or source-to-source transformation tools, Clang is probably - a great solution for you. Clang supports C++11, C++14 and C++17, please see - the
    C++ status page for more information.

    + targeting any target supported by LLVM. As example, Clang is used in + production to build performance-critical software like Chrome or Firefox. +
    If you are looking for source analysis or source-to-source + transformation tools, Clang is probably a great solution for you. Please see + the C++ status page or the + C status page for more information about what + standard modes and features are supported.

    Get it and get involved!