Michael Nebel
|
06a8fd0e4a
|
C#: Add change-note.
|
2026-02-24 14:42:18 +01:00 |
|
Michael Nebel
|
113565ba76
|
C#: Update test expected output.
|
2026-02-24 14:38:59 +01:00 |
|
Michael Nebel
|
ae5ab9c67c
|
C#: Partial constructor declaration support.
|
2026-02-24 14:32:24 +01:00 |
|
Michael Nebel
|
884c61604e
|
C#: Add dataflow test for partial constructors.
|
2026-02-24 14:32:22 +01:00 |
|
Michael Nebel
|
c5e1f0ccc9
|
C#: Update partial tests and expected output.
|
2026-02-24 14:32:20 +01:00 |
|
Michael Nebel
|
3e2f6e571f
|
Merge pull request #21351 from michaelnebel/csharp/fixpartialmethod
C#: Fix issue with partial method extraction.
|
2026-02-24 14:23:44 +01:00 |
|
Jeroen Ketema
|
0947323e78
|
Merge pull request #21359 from jketema/jketema/softfloat-revert
Revert SoftFloat Changes
|
2026-02-24 13:34:52 +01:00 |
|
Jeroen Ketema
|
197ee9b9a6
|
Revert "Merge pull request #21208 from jketema/jketema/softfloat"
This reverts commit 99de5d4238, reversing
changes made to 12bd709219.
|
2026-02-24 11:08:25 +01:00 |
|
Michael Nebel
|
7de476aeb0
|
C#: Add change note.
|
2026-02-24 07:56:02 +01:00 |
|
Michael Nebel
|
a255b4f50f
|
C#: Update test expected output.
|
2026-02-24 07:56:00 +01:00 |
|
Michael Nebel
|
003b539287
|
C#: Streamline the partial implementation for properties and events.
|
2026-02-24 07:55:59 +01:00 |
|
Michael Nebel
|
03a54bfbf9
|
C#: Update test expected output.
|
2026-02-24 07:55:57 +01:00 |
|
Michael Nebel
|
d3fcc2a6cc
|
C#: Extract partial method declaration.
|
2026-02-24 07:55:54 +01:00 |
|
Michael Nebel
|
e8427a59f5
|
C#: Cache the Block and ExpressionBody and streamline implementation too look for both when checking whether a body is available.
|
2026-02-24 07:55:53 +01:00 |
|
Jon Janego
|
0151e8427c
|
Merge pull request #21357 from github/codeql-spark-run-22317536589
Update changelog documentation site
|
2026-02-23 13:35:16 -06:00 |
|
Jon Janego
|
e14b4f1c5c
|
Merge branch 'main' into codeql-spark-run-22317536589
|
2026-02-23 11:52:17 -06:00 |
|
Jon Janego
|
365bae1f9c
|
Fix formatting in codeql-cli-2.23.1.rst
|
2026-02-23 11:50:46 -06:00 |
|
Jon Janego
|
79ac95d8a8
|
Fix syntax error with '=' in format specifier
|
2026-02-23 11:50:03 -06:00 |
|
Jon Janego
|
8719072519
|
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-23 11:46:50 -06:00 |
|
Jon Janego
|
af0bfe0981
|
Promote CORS configuration query to default suite
|
2026-02-23 11:46:30 -06:00 |
|
Jon Janego
|
d546b85163
|
Fix formatting for Kotlin version support note
|
2026-02-23 11:45:59 -06:00 |
|
Jon Janego
|
2969feef89
|
Fix formatting in Kotlin version support note
|
2026-02-23 11:45:30 -06:00 |
|
Jon Janego
|
9773775a08
|
Update codeql-cli-2.19.1.rst
|
2026-02-23 11:44:53 -06:00 |
|
github-actions[bot]
|
532e1feacc
|
update codeql documentation
|
2026-02-23 17:40:16 +00:00 |
|
Michael Nebel
|
7d7bbf2a50
|
C#: Add data flow test for partial method.
|
2026-02-23 15:10:15 +01:00 |
|
Michael Nebel
|
0e543a9843
|
C#: Update partial method test to count the number of extracted bodies.
|
2026-02-23 15:10:14 +01:00 |
|
Michael Nebel
|
a83c53ec9a
|
C#: Add a partial method example with a body.
|
2026-02-23 15:10:12 +01:00 |
|
Owen Mansel-Chan
|
ada9c452f0
|
Merge pull request #21336 from owen-mc/js/accept-mad-sanitizers
JS: Accept MaD sanitizers for queries with MaD sinks
|
2026-02-23 13:44:54 +00:00 |
|
Jeroen Ketema
|
99de5d4238
|
Merge pull request #21208 from jketema/jketema/softfloat
C++: Update expected test results after extractor changes
|
2026-02-23 13:52:43 +01:00 |
|
Owen Mansel-Chan
|
12bd709219
|
Merge pull request #21341 from owen-mc/rb/accept-mad-sanitizers
Ruby: Accept MaD sanitizers for queries with MaD sinks and convert some existing sanitizers
|
2026-02-23 11:44:05 +00:00 |
|
Jeroen Ketema
|
a935d97190
|
C++: Update expected test results after extractor changes
|
2026-02-23 11:54:58 +01:00 |
|
Taus
|
480ae619e6
|
Merge pull request #21116 from github/tausbn/python-add-dataflow-overlay-annotations
Add `overlay[local]` annotations
|
2026-02-21 13:44:09 +01:00 |
|
Jeroen Ketema
|
8947f7afd8
|
Merge pull request #21329 from paldepind/cpp/simple-range-analysis-phi-divide
C++: Divide number of bounds between branches for phi nodes
|
2026-02-20 17:05:01 +01:00 |
|
Jeroen Ketema
|
9228304294
|
Merge branch 'main' into cpp/simple-range-analysis-phi-divide
|
2026-02-20 16:25:26 +01:00 |
|
Simon Friis Vindum
|
8eed18a8ff
|
C++: Fix typo
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
|
2026-02-20 16:24:19 +01:00 |
|
Simon Friis Vindum
|
fdbd49a843
|
C++: Improve clarity in comment
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2026-02-20 13:38:24 +01:00 |
|
Paolo Tranquilli
|
15fde872b5
|
Merge pull request #21276 from github/redsun82/bazel-9
Upgrade Bazel to 9.0.0
|
2026-02-20 13:26:14 +01:00 |
|
Mathias Vorreiter Pedersen
|
1dba99f47d
|
Merge pull request #21292 from microsoft/UncheckedLeaprYearAfterModification_Refactor_Upstream
C++: Refactor of UncheckedLeapYearAfterModification
|
2026-02-20 12:11:45 +00:00 |
|
Paolo Tranquilli
|
a5905a6f20
|
Merge branch 'main' into redsun82/bazel-9
|
2026-02-20 10:51:18 +01:00 |
|
Geoffrey White
|
ca41ae0d1a
|
Merge pull request #21347 from geoffw0/toolstatus
Rust: Update rust/diagnostic/database-quality
|
2026-02-20 09:16:44 +00:00 |
|
REDMOND\brodes
|
38219f6ebb
|
C++: Fixing FP in unit tests.
|
2026-02-19 14:08:36 -05:00 |
|
Geoffrey White
|
b08e4e1dba
|
Merge branch 'main' into toolstatus
|
2026-02-19 16:19:15 +00:00 |
|
Paolo Tranquilli
|
dfe451128e
|
Merge branch 'main' into redsun82/bazel-9
|
2026-02-19 11:05:32 +01:00 |
|
Geoffrey White
|
fd5c5b5635
|
Rust: Change note.
|
2026-02-19 08:59:55 +00:00 |
|
Geoffrey White
|
97a02ed903
|
Rust: Remove MacroCallTargetStats from rust/diagnostic/database-quality.
|
2026-02-19 08:57:12 +00:00 |
|
Paolo Tranquilli
|
6e8f43ce2e
|
Merge pull request #21343 from github/redsun82/update-rust-toolchain
Bazel: Update Rust toolchain to nightly/2026-01-22 and rules_rust to 0.68.1.codeql.1
|
2026-02-19 09:40:26 +01:00 |
|
Tom Hvitved
|
6dfbd4e062
|
Merge pull request #21342 from hvitved/csharp/equals-nullable-tests
C#: Add tests for `Equals` methods with nullable parameter types
|
2026-02-19 09:08:33 +01:00 |
|
Paolo Tranquilli
|
e11363280a
|
Rust: accept test changes
|
2026-02-18 16:56:28 +01:00 |
|
Taus
|
6b6d8862b0
|
Merge pull request #21288 from microsoft/azure_python_sanitizer_upstream2
Azure python sanitizer upstream2
|
2026-02-18 14:59:59 +01:00 |
|
Owen Mansel-Chan
|
1d6b8c5120
|
Use postprocessing queries for unrelated test
Need to do this because the model numbering was changing. At the same
time we may as well use inline expectations.
|
2026-02-18 13:49:53 +00:00 |
|