10000 C++: Update expected test results and compiler version documentation after frontend update by jketema · Pull Request #18931 · github/codeql · GitHub
[go: up one dir, main page]

Skip to content

C++: Update expected test results and compiler version documentation after frontend update #18931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
C++: Update supported compiler versions after frontend update
  • Loading branch information
jketema committed Jun 4, 2025
commit 129f259f1a5ad7ad5d88e2037a82ce387acb1ec7
4 changes: 2 additions & 2 deletions docs/codeql/reusables/supported-versions-compilers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
:stub-columns: 1

Language,Variants,Compilers,Extensions
C/C++,"C89, C99, C11, C17, C23, C++98, C++03, C++11, C++14, C++17, C++20, C++23 [1]_ [2]_ [3]_","Clang (including clang-cl [4]_ and armclang) extensions (up to Clang 17.0),
C/C++,"C89, C99, C11, C17, C23, C++98, C++03, C++11, C++14, C++17, C++20, C++23 [1]_ [2]_ [3]_","Clang (including clang-cl [4]_ and armclang) extensions (up to Clang 19.1.0),

GNU extensions (up to GCC 13.2),
GNU extensions (up to GCC 15.0),

Microsoft extensions (up to VS 2022),

Expand Down
0