C++: Update expected test results and compiler version documentation after frontend update#18931
Merged
jketema merged 2 commits intogithub:mainfrom Jun 4, 2025
Merged
C++: Update expected test results and compiler version documentation after frontend update#18931jketema merged 2 commits intogithub:mainfrom
jketema merged 2 commits intogithub:mainfrom
Conversation
2f6f2b4 to
569c3bb
Compare
8ad02ac to
3b26193
Compare
948e3e9 to
da45479
Compare
b9ca38e to
d5c1d59
Compare
a9f1f40 to
221b2e2
Compare
563b952 to
b7c5e7c
Compare
09c1b98 to
a1f89f9
Compare
7a844fc to
e6d3455
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates expected test outputs after a frontend update and bumps documented compiler support in the C/C++ reference.
- Bump Clang extensions to version 19.1.0 and GNU extensions to GCC 15.0 in supported compilers docs
- Refresh various
.expectedtest outputs to align with new AST/IR formatting and values - Extend
funcdname.qlwith an additionalregexpReplaceAlland adjust formatting for readability
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/codeql/reusables/supported-versions-compilers.rst | Updated Clang/GCC version numbers |
| cpp/ql/test/library-tests/templates/nontype_instantiations/general/test.expected | Adjusted source locations and printed values |
| cpp/ql/test/library-tests/ir/range-analysis/SimpleRangeAnalysis_tests.cpp | Added overflow annotations to range assertions |
| cpp/ql/test/library-tests/ir/ir/raw_ir.expected | Renumbered IR entries for constant and store ops |
| cpp/ql/test/library-tests/ir/ir/aliased_ir.expected | Updated IR numbering and load/store references |
| cpp/ql/test/library-tests/ir/ir/PrintAST.expected | Aligned multi-line AST print output |
| cpp/ql/test/library-tests/funcdname/funcdname.ql | Broke long select into lines and added a regex step |
| cpp/ql/test/library-tests/funcdname/funcdname.expected | Updated expected mangled name with new prefix |
| cpp/ql/test/examples/expressions/PrintAST.expected | Adjusted printed literal from 1 to 5 |
redsun82
approved these changes
Jun 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.