Anders Schack-Mulligen
|
bf650c755c
|
Dataflow: Sync changes to all languages.
|
2023-02-27 14:30:05 +01:00 |
|
Nick Rolfe
|
3e5534f0ba
|
Merge branch 'main' into post-release-prep/codeql-cli-2.12.3
|
2023-02-17 14:39:26 +00:00 |
|
Michael Nebel
|
b87de911ba
|
C#: Add change note.
|
2023-02-17 08:40:39 +01:00 |
|
Michael Nebel
|
3971dedcf6
|
C#: Add testcase for required members.
|
2023-02-17 08:40:39 +01:00 |
|
Michael Nebel
|
c0b8e852c5
|
C#: Add library support for required members.
|
2023-02-17 08:40:39 +01:00 |
|
Michael Nebel
|
2d46dd2936
|
C#: Add extractor support for the required modifier for fields and properties.
|
2023-02-17 08:40:39 +01:00 |
|
Michael Nebel
|
ff9e738d38
|
Merge pull request #12167 from michaelnebel/csharp/deprecategetassemblyname
C#: Checked operator support.
|
2023-02-17 08:39:32 +01:00 |
|
github-actions[bot]
|
8eb8daa4d4
|
Post-release preparation for codeql-cli-2.12.3
|
2023-02-16 17:23:25 +00:00 |
|
github-actions[bot]
|
b0315119c6
|
Release preparation for version 2.12.3
|
2023-02-16 11:49:06 +00:00 |
|
Michael B. Gale
|
e28be5d98f
|
Make msbuild work on Arm-based Macs
|
2023-02-16 11:07:38 +00:00 |
|
Michael B. Gale
|
75c75ea49c
|
Correctly select dotnet platform on arm-based macs
|
2023-02-16 11:07:37 +00:00 |
|
Michael B. Gale
|
9db1366e4b
|
Change target framework to 4.0 for mono
|
2023-02-16 09:55:58 +00:00 |
|
Michael B. Gale
|
f1adb4319a
|
Add C# integration test which uses MSBuild
|
2023-02-16 09:55:57 +00:00 |
|
Michael Nebel
|
469b289db9
|
C#: Add change note.
|
2023-02-14 13:14:45 +01:00 |
|
Michael Nebel
|
b3c234d020
|
C#: Add testcases for checked operators.
|
2023-02-14 12:59:36 +01:00 |
|
Michael Nebel
|
238a70fc55
|
C#: Add library support for checked operators.
|
2023-02-14 12:58:15 +01:00 |
|
Michael Nebel
|
b7123aaa89
|
C#: Add viable callable testcases for regular and checked operators.
|
2023-02-14 12:57:59 +01:00 |
|
Michael Nebel
|
b3602a5b7f
|
C#: Use functionname as stored in the database.
|
2023-02-13 13:53:46 +01:00 |
|
Anders Schack-Mulligen
|
e877b161d8
|
Merge pull request #12124 from hvitved/dataflow/stage1-dispatch
Data flow: Call context virtual dispatch pruning in stage 1
|
2023-02-13 13:13:43 +01:00 |
|
Tom Hvitved
|
f7a5a33474
|
Address review comment
|
2023-02-13 09:01:15 +01:00 |
|
Michael Nebel
|
db41463d72
|
C#: Test of relaxed shift operator requirements.
|
2023-02-10 10:33:20 +01:00 |
|
Michael Nebel
|
1bd223b8c8
|
Merge pull request #12103 from michaelnebel/csharp/scopedmodfier
C# 11: Scoped parameters and local variables.
|
2023-02-10 10:04:09 +01:00 |
|
Michael Nebel
|
8d8ebeade1
|
Merge pull request #12067 from michaelnebel/csharp/reflectionload
C#: Delete dead assembly load code.
|
2023-02-09 18:49:36 +01:00 |
|
Michael Nebel
|
0f469ee0f7
|
C#: Add stats for the scoped annotation relation.
|
2023-02-09 12:28:15 +01:00 |
|
Michael Nebel
|
d4985a99e0
|
C#: Add change note.
|
2023-02-09 11:32:09 +01:00 |
|
Michael Nebel
|
59ab353827
|
C#: Add upgrade and downgrade scripts.
|
2023-02-09 11:32:09 +01:00 |
|
Michael Nebel
|
54b45134ef
|
C#: Add example code including tests.
|
2023-02-09 11:32:09 +01:00 |
|
Michael Nebel
|
c00b089aa8
|
C#: Introduce library support for scoped.
|
2023-02-09 11:32:08 +01:00 |
|
Michael Nebel
|
955f23d021
|
C#: Introduce extractor support for scoped variables and parameters.
|
2023-02-09 11:32:08 +01:00 |
|
Michael Nebel
|
dd6ceb7053
|
C#: Extend the DB schema with a scoped annotation relation.
|
2023-02-09 11:32:08 +01:00 |
|
Michael Nebel
|
7e174dce8b
|
C#: Re-factor. Introduce variablekind enum.
|
2023-02-09 11:32:08 +01:00 |
|
Michael Nebel
|
89bebe9d36
|
C#: Re-factor local variable populate.
|
2023-02-09 11:32:08 +01:00 |
|
Michael Nebel
|
b895065be9
|
Merge pull request #12058 from michaelnebel/csharp/structdefaults
C# 11: Check that we get AST for structs that doesn't initialise all fields.
|
2023-02-09 09:51:00 +01:00 |
|
Michael Nebel
|
f6a02310d3
|
C#: Fix bad join order in TestLibrary characteristic predicate.
|
2023-02-08 16:37:49 +01:00 |
|
Michael Nebel
|
f8dbbe006e
|
C#/Java: Materialize sink/source/summary predicates to avoid join on input/output before filtering.
|
2023-02-08 10:04:43 +01:00 |
|
Tom Hvitved
|
8e8897b08b
|
Data flow: Sync files
|
2023-02-07 15:15:04 +01:00 |
|
Mathias Vorreiter Pedersen
|
00fe448e3a
|
Merge pull request #12072 from aschackmull/dataflow/stage3-perf
Dataflow: Fix join in `fwdFlowRead` (take 2)
|
2023-02-06 10:43:11 +00:00 |
|
Tamas Vajk
|
f90c5346bf
|
C#: Change handled exception in TrapWriter.ArchiveContents
|
2023-02-03 15:13:23 +01:00 |
|
Mathias Vorreiter Pedersen
|
4e7ca1a175
|
Merge pull request #12082 from github/post-release-prep/codeql-cli-2.12.2
Post-release preparation for codeql-cli-2.12.2
|
2023-02-03 09:40:57 +00:00 |
|
github-actions[bot]
|
faf21f3edb
|
Post-release preparation for codeql-cli-2.12.2
|
2023-02-02 23:01:04 +00:00 |
|
Anders Schack-Mulligen
|
67d4ed53b9
|
Dataflow: Sync.
|
2023-02-02 16:33:00 +01:00 |
|
Jeroen Ketema
|
3cf5107b45
|
Apply suggestions from code review
|
2023-02-02 15:48:29 +01:00 |
|
github-actions[bot]
|
a4fa984792
|
Release preparation for version 2.12.2
|
2023-02-02 14:34:55 +00:00 |
|
Michael Nebel
|
77283be6c0
|
Merge pull request #12068 from michaelnebel/csharp/dotnetpublishtest
C#: Avoid that the dotnet publish test refers to a specific .NET vers…
|
2023-02-02 15:34:06 +01:00 |
|
Michael Nebel
|
960f776e29
|
C#: Avoid that the dotnet publish test refers to a specific .NET version.
|
2023-02-02 14:18:50 +01:00 |
|
Michael Nebel
|
ae10a6beb0
|
C#: Check that we get AST for struct that doesn't initialize all fields.
|
2023-02-02 12:50:59 +01:00 |
|
Michael Nebel
|
470e4b64ea
|
C#: Delete assembly load code as it always throws a PlatformNotSupported exception.
|
2023-02-02 10:06:04 +01:00 |
|
Michael Nebel
|
4089845ea4
|
C#: Test that nameof can used on method parameters and type parameters in attribute declarations.
|
2023-02-02 09:25:24 +01:00 |
|
Michael Nebel
|
478474bbed
|
C#: Add ref field test case.
|
2023-01-31 13:35:47 +01:00 |
|
Michael Nebel
|
ecadb56419
|
C#: Update CIL consistency test expected output.
|
2023-01-31 13:21:00 +01:00 |
|