Skip to content

Commit 55d1f43

Browse files
committed
C++: Update supported compiler versions based on frontend documentation
1 parent 0bf742b commit 55d1f43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/codeql/reusables/supported-versions-compilers.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
:stub-columns: 1
55

66
Language,Variants,Compilers,Extensions
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),
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 17.0),
88

9-
GNU extensions (up to GCC 11.1),
9+
GNU extensions (up to GCC 13.2),
1010

11-
Microsoft extensions (up to VS 2019),
11+
Microsoft extensions (up to VS 2022),
1212

1313
Arm Compiler 5 [4]_","``.cpp``, ``.c++``, ``.cxx``, ``.hpp``, ``.hh``, ``.h++``, ``.hxx``, ``.c``, ``.cc``, ``.h``"
1414
C#,C# up to 12,"Microsoft Visual Studio up to 2019 with .NET up to 4.8,
@@ -29,7 +29,7 @@
2929

3030
.. container:: footnote-group
3131

32-
.. [1] C++20 support is currently in beta. Supported for GCC on Linux only. Modules are *not* supported.
32+
.. [1] C++20 support is currently in beta. Modules are *not* supported.
3333
.. [2] Objective-C, Objective-C++, C++/CLI, and C++/CX are not supported.
3434
.. [3] Support for the clang-cl compiler is preliminary.
3535
.. [4] Support for the Arm Compiler (armcc) is preliminary.

0 commit comments

Comments
 (0)