Owen Mansel-Chan
|
c07a814515
|
Add comments to converted MaD file
|
2026-03-27 11:23:33 +00:00 |
|
Owen Mansel-Chan
|
7e1ad825c3
|
Fix model row with misaligned columns
The original CSV had too many columns, and copilot cut off the last one, before adding the provenance column at the end.
|
2026-03-27 11:17:15 +00:00 |
|
Owen Mansel-Chan
|
8a99ef4531
|
Update csv model tests to use MaD
|
2026-03-26 16:44:58 +00:00 |
|
Owen Mansel-Chan
|
21ecf230ce
|
Small tweaks
|
2026-03-26 16:39:10 +00:00 |
|
copilot-swe-agent[bot]
|
d69bcca687
|
Remove CSV model infrastructure from ExternalFlow.qll
Remove SourceModelCsv, SinkModelCsv, SummaryModelCsv classes,
single-argument CSV predicates, CSV parsing in MadInput, and
CSV-specific validation checks. Simplify MadInput to only contain
the namespace separator. Convert test models to .ext.yml format.
Agent-Logs-Url: https://github.com/github/codeql/sessions/89ff81fe-5585-446d-99e2-6fe6966495c5
Co-authored-by: owen-mc <62447351+owen-mc@users.noreply.github.com>
|
2026-03-26 15:07:39 +00:00 |
|
Owen Mansel-Chan
|
aa28c94562
|
Remove double space after $ in inline expectations tests
|
2026-03-04 14:12:42 +00:00 |
|
Owen Mansel-Chan
|
ddebdad9e1
|
c++: Inline expectation should have space before $
|
2026-03-04 13:11:30 +00:00 |
|
Owen Mansel-Chan
|
badfa1a5c5
|
C++: Inline expectation should have space after $
This was a regex-find-replace from `// \$(?! )` (using a negative lookahead) to `// $ `.
|
2026-03-04 12:45:00 +00:00 |
|
Owen Mansel-Chan
|
b475f14575
|
Replace // $:tag with // $ tag in 2 tests
|
2026-03-04 12:44:59 +00:00 |
|
Mathias Vorreiter Pedersen
|
cdb41588a9
|
C++: Fix some imports.
|
2026-02-27 16:22:49 +00:00 |
|
Mathias Vorreiter Pedersen
|
ea9e4b3409
|
C++: Make a test slightly more verbose to catch this issue in the future.
|
2026-02-24 12:52:18 +00:00 |
|
Mathias Vorreiter Pedersen
|
092d25451f
|
C++: Fix Copilot comments.
|
2026-02-03 11:45:30 +00:00 |
|
Mathias Vorreiter Pedersen
|
40a58135c2
|
C++: Accept test changes.
|
2026-02-03 11:30:55 +00:00 |
|
Mathias Vorreiter Pedersen
|
5531ef9bc1
|
C++: Accept test changes.
|
2026-02-03 11:17:23 +00:00 |
|
Mathias Vorreiter Pedersen
|
208cf716dc
|
C++: Add tests with tests for remote flow sources from the Win32 API and from the Azure SDK.
|
2026-02-03 11:13:45 +00:00 |
|
Mathias Vorreiter Pedersen
|
1b1c9c680c
|
Merge pull request #21227 from MathiasVP/postfix-fix
C++: Get rid of an ugly workaround in dataflow
|
2026-01-29 12:25:02 +00:00 |
|
Mathias Vorreiter Pedersen
|
28fec0c129
|
C++: Accept test changes.
|
2026-01-27 18:29:21 +00:00 |
|
Mathias Vorreiter Pedersen
|
e0a7889b71
|
C++: Undo the hack.
|
2026-01-26 21:28:21 +00:00 |
|
Mathias Vorreiter Pedersen
|
bd09aad7d5
|
C++: Add tests.
|
2026-01-26 21:24:22 +00:00 |
|
Tom Hvitved
|
3b1e062985
|
C++: Adapt to changes in FlowSummaryImpl
|
2026-01-26 12:40:20 +01:00 |
|
Mathias Vorreiter Pedersen
|
a556152b9d
|
C++: Fix asDefinition to not only work for SSA definitions.
|
2026-01-23 16:23:21 +00:00 |
|
Mathias Vorreiter Pedersen
|
e58a8330cd
|
C++: Add test for asDefinition.
|
2026-01-23 16:22:39 +00:00 |
|
Mathias Vorreiter Pedersen
|
c47a9ddf83
|
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-19 11:46:42 +00:00 |
|
Mathias Vorreiter Pedersen
|
a11b271d6e
|
C++: Finish up implementation of MaD barriers.
|
2026-01-19 11:30:23 +00:00 |
|
Mathias Vorreiter Pedersen
|
2b31928c7b
|
C++: Add MaD barrier guard tests.
|
2026-01-19 11:30:17 +00:00 |
|
Mathias Vorreiter Pedersen
|
28681508f3
|
C++: Fix bug and accept test changes.
|
2026-01-15 11:17:15 +00:00 |
|
Mathias Vorreiter Pedersen
|
27a437a514
|
C++: Modify test to reveal a bug.
|
2026-01-15 11:16:15 +00:00 |
|
Jeroen Ketema
|
3cd9938ebe
|
C++: Update expected test results after IR changes
|
2026-01-06 17:37:22 +01:00 |
|
Mathias Vorreiter Pedersen
|
295dc6971f
|
Merge branch 'main' into ignore-non-type-template-params
|
2025-11-25 15:37:25 +00:00 |
|
Mathias Vorreiter Pedersen
|
0deac833e4
|
C++: Accept test changes.
|
2025-11-25 14:59:09 +00:00 |
|
Mathias Vorreiter Pedersen
|
faa55f50e7
|
C++: Add another test with a template function whose non-type template parameter is in tail position.
|
2025-11-25 14:55:18 +00:00 |
|
Mathias Vorreiter Pedersen
|
2024f32e81
|
C++: Add an example with missing flow.
|
2025-11-25 12:36:29 +00:00 |
|
Mathias Vorreiter Pedersen
|
6bae58e29c
|
C++: Accept more test changes.
|
2025-11-24 12:35:19 +00:00 |
|
Mathias Vorreiter Pedersen
|
98879d0f1a
|
C++: Accept test changes.
|
2025-11-24 12:06:38 +00:00 |
|
Mathias Vorreiter Pedersen
|
c9e9322143
|
C++: Add an example of missing MaD supporrt for non-type template parameters.
|
2025-11-24 12:02:54 +00:00 |
|
Mathias Vorreiter Pedersen
|
7b052e2404
|
Merge branch 'main' into fix-cp-in-external-flow
|
2025-11-10 10:44:31 +00:00 |
|
Mathias Vorreiter Pedersen
|
29a294f8d0
|
C++: Bind the columns inside the predicate instead of relying on 'bindingset's. The repeated inlining caused by 'bindiingset's created some #shared predicates with repeated regex matching.
|
2025-11-10 10:21:12 +00:00 |
|
Jeroen Ketema
|
eb3e86480f
|
Merge pull request #20784 from jketema/qual-fail
C++: Fix named qualifier dataset check error with decltypes
|
2025-11-10 10:36:47 +01:00 |
|
Jeroen Ketema
|
a3f26fd6bb
|
C++: Update expected test results after QL changes
|
2025-11-10 10:11:03 +01:00 |
|
Mathias Vorreiter Pedersen
|
3d6b3a31ac
|
C++: Also join on the 'namespace'.
|
2025-11-08 16:45:39 +00:00 |
|
Mathias Vorreiter Pedersen
|
bfe2b7dc44
|
C++: Use the new predicate to remove a cartesian-like join.
|
2025-11-08 16:43:43 +00:00 |
|
Mathias Vorreiter Pedersen
|
2b6a75f4ad
|
C++: Accept test changes.
|
2025-11-06 16:57:11 +00:00 |
|
Mathias Vorreiter Pedersen
|
0607100310
|
C++: Add tests with missing flow.
|
2025-11-06 16:54:54 +00:00 |
|
Mathias Vorreiter Pedersen
|
c1c1f60241
|
C++: Delete incorrect comment and add a bunch of barrier guard tests.
|
2025-09-25 12:56:46 +01:00 |
|
Mathias Vorreiter Pedersen
|
a07d03f49b
|
C++: Use the 'StoreInstruction' instead of the 'ReturnValueInstruction' when detecting return expressions.
|
2025-09-24 20:09:35 +01:00 |
|
Mathias Vorreiter Pedersen
|
26a8a4b3d2
|
C++: Add failing test demonstrating broken wrapper barrier guards.
|
2025-09-24 19:54:05 +01:00 |
|
Mathias Vorreiter Pedersen
|
0b81fbbb2b
|
C++: Fixup tests.
|
2025-09-18 12:16:11 +01:00 |
|
Asger F
|
ae4cf302f2
|
Remove failures from dataflow-consistency expectations
|
2025-09-11 14:49:58 +02:00 |
|
Mathias Vorreiter Pedersen
|
ddf0f37dac
|
C++: Accept test changes.
|
2025-08-28 16:58:49 +02:00 |
|
Mathias Vorreiter Pedersen
|
f135ed957d
|
C++: Add testcases with missing model.
|
2025-08-28 16:54:46 +02:00 |
|