|
4 | 4 | :stub-columns: 1
|
5 | 5 |
|
6 | 6 | Language,Variants,Compilers,Extensions
|
7 |
| - C/C++,"C89, C99, C11, C17, C++98, C++03, C++11, C++14, C++17, C++20 [1]_","Clang (including clang-cl [2]_ and armclang) extensions (up to Clang 12.0), |
| 7 | + C/C++,"C89, C99, C11, C17, C++98, C++03, C++11, C++14, C++17, C++20 [1]_ [2]_","Clang (including clang-cl [3]_ and armclang) extensions (up to Clang 12.0), |
8 | 8 |
|
9 | 9 | GNU extensions (up to GCC 11.1),
|
10 | 10 |
|
11 | 11 | Microsoft extensions (up to VS 2019),
|
12 | 12 |
|
13 |
| - Arm Compiler 5 [3]_","``.cpp``, ``.c++``, ``.cxx``, ``.hpp``, ``.hh``, ``.h++``, ``.hxx``, ``.c``, ``.cc``, ``.h``" |
| 13 | + Arm Compiler 5 [4]_","``.cpp``, ``.c++``, ``.cxx``, ``.hpp``, ``.hh``, ``.h++``, ``.hxx``, ``.c``, ``.cc``, ``.h``" |
14 | 14 | C#,C# up to 11,"Microsoft Visual Studio up to 2019 with .NET up to 4.8,
|
15 | 15 |
|
16 | 16 | .NET Core up to 3.1
|
17 | 17 |
|
18 | 18 | .NET 5, .NET 6, .NET 7","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
|
19 | 19 | Go (aka Golang), "Go up to 1.21", "Go 1.11 or more recent", ``.go``
|
20 |
| - Java,"Java 7 to 20 [4]_","javac (OpenJDK and Oracle JDK), |
| 20 | + Java,"Java 7 to 20 [5]_","javac (OpenJDK and Oracle JDK), |
21 | 21 |
|
22 |
| - Eclipse compiler for Java (ECJ) [5]_",``.java`` |
23 |
| - Kotlin [6]_,"Kotlin 1.5.0 to 1.9.20","kotlinc",``.kt`` |
24 |
| - JavaScript,ECMAScript 2022 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhtm``, ``.xhtml``, ``.vue``, ``.hbs``, ``.ejs``, ``.njk``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [7]_" |
25 |
| - Python [8]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12",Not applicable,``.py`` |
26 |
| - Ruby [9]_,"up to 3.2",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``" |
27 |
| - Swift [10]_,"Swift 5.4-5.8.1","Swift compiler","``.swift``" |
28 |
| - TypeScript [11]_,"2.6-5.3",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``" |
| 22 | + Eclipse compiler for Java (ECJ) [6]_",``.java`` |
| 23 | + Kotlin [7]_,"Kotlin 1.5.0 to 1.9.20","kotlinc",``.kt`` |
| 24 | + JavaScript,ECMAScript 2022 or lower,Not applicable,"``.js``, ``.jsx``, ``.mjs``, ``.es``, ``.es6``, ``.htm``, ``.html``, ``.xhtm``, ``.xhtml``, ``.vue``, ``.hbs``, ``.ejs``, ``.njk``, ``.json``, ``.yaml``, ``.yml``, ``.raml``, ``.xml`` [8]_" |
| 25 | + Python [9]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12",Not applicable,``.py`` |
| 26 | + Ruby [10]_,"up to 3.2",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``" |
| 27 | + Swift [11]_,"Swift 5.4-5.8.1","Swift compiler","``.swift``" |
| 28 | + TypeScript [12]_,"2.6-5.3",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``" |
29 | 29 |
|
30 | 30 | .. container:: footnote-group
|
31 | 31 |
|
32 | 32 | .. [1] C++20 support is currently in beta. Supported for GCC on Linux only. Modules are *not* supported.
|
33 |
| - .. [2] Support for the clang-cl compiler is preliminary. |
34 |
| - .. [3] Support for the Arm Compiler (armcc) is preliminary. |
35 |
| - .. [4] Builds that execute on Java 7 to 20 can be analyzed. The analysis understands Java 20 standard language features. |
36 |
| - .. [5] ECJ is supported when the build invokes it via the Maven Compiler plugin or the Takari Lifecycle plugin. |
37 |
| - .. [6] Kotlin support is currently in beta. |
38 |
| - .. [7] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files. |
39 |
| - .. [8] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python. |
40 |
| - .. [9] Requires glibc 2.17. |
41 |
| - .. [10] Swift support is currently in beta. Support for the analysis of Swift 5.4-5.8.1 requires macOS or Linux. |
42 |
| - .. [11] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default. |
| 33 | + .. [2] Objective-C, Objective-C++, C++/CLI, and C++/CX are not supported. |
| 34 | + .. [3] Support for the clang-cl compiler is preliminary. |
| 35 | + .. [4] Support for the Arm Compiler (armcc) is preliminary. |
| 36 | + .. [5] Builds that execute on Java 7 to 20 can be analyzed. The analysis understands Java 20 standard language features. |
| 37 | + .. [6] ECJ is supported when the build invokes it via the Maven Compiler plugin or the Takari Lifecycle plugin. |
| 38 | + .. [7] Kotlin support is currently in beta. |
| 39 | + .. [8] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files. |
| 40 | + .. [9] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python. |
| 41 | + .. [10] Requires glibc 2.17. |
| 42 | + .. [11] Swift support is currently in beta. Support for the analysis of Swift 5.4-5.8.1 requires macOS or Linux. |
| 43 | + .. [12] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default. |
0 commit comments