From: Aaron Ballman Date: Thu, 18 May 2023 16:37:53 +0000 (-0400) Subject: Clean up Clang's index page slightly X-Git-Tag: upstream/17.0.6~7998 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d02d054473834091ce662073654c947b0551d61d;p=platform%2Fupstream%2Fllvm.git Clean up Clang's index page slightly Set the charset to UTF-8, link to the actual liscense we used, claim support for targets LLVM supports instead of listing them manually, and stop listing individual language standards we support. --- diff --git a/clang/www/index.html b/clang/www/index.html index d568a7b..95bbfa8 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 @@

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

  • 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 @@

    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!