Michael Nebel
|
1252d3ee89
|
C#: Rename CollectionExpr to EnumerableCollectionExpr.
|
2024-01-25 19:53:51 +01:00 |
|
Michael Nebel
|
5ab64f4a65
|
C#: Introduce extractor support for collection expressions.
|
2024-01-25 19:53:51 +01:00 |
|
Michael Nebel
|
0477bba34e
|
C#: Add database upgrade- and downgrade scripts.
|
2024-01-25 19:53:51 +01:00 |
|
Michael Nebel
|
e2614a1e4c
|
C#: Add some dummy db stats for the new expression kinds.
|
2024-01-25 19:45:56 +01:00 |
|
Michael Nebel
|
1ef8daf7cd
|
C#: Add some more collection and spread element expression kinds to the dbscheme.
|
2024-01-25 19:45:56 +01:00 |
|
Mathias Vorreiter Pedersen
|
863e6c8009
|
Merge pull request #15427 from MathiasVP/asexpr-and-asindirectexpr-tests
C++: Add `asExpr` and `asIndirectExpr` library tests (and fix more duplication)
|
2024-01-25 16:58:18 +00:00 |
|
Tony Torralba
|
d299971086
|
Fix code review mistake
|
2024-01-25 17:42:11 +01:00 |
|
Tamas Vajk
|
c4849f9a17
|
Add change note
|
2024-01-25 17:33:06 +01:00 |
|
Mathias Vorreiter Pedersen
|
2db76c7fad
|
Merge pull request #15434 from MathiasVP/fix-dataflow-join-order
DataFlow: Fix join order
|
2024-01-25 16:32:14 +00:00 |
|
Tamas Vajk
|
b8c8f52efc
|
C#: Introduce extractor option for logging verbosity
|
2024-01-25 17:20:47 +01:00 |
|
Tony Torralba
|
661c5cf6aa
|
Merge pull request #15409 from erik-krogh/path-java
Java: Improve the QHelp for `java/path-injection`.
|
2024-01-25 17:14:59 +01:00 |
|
Ian Lynagh
|
c0a9c11101
|
Kotlin: Catch/ignore a IllegalArgumentException exception
This works around
https://youtrack.jetbrains.com/issue/KT-63847/K2-IllegalStateException-IrFieldPublicSymbolImpl-for-java.time-Clock.OffsetClock.offset0-is-already-bound
|
2024-01-25 16:04:08 +00:00 |
|
Florin Coada
|
d884941b8a
|
restored settings file
|
2024-01-25 15:57:48 +00:00 |
|
Florin Coada
|
c3238743b1
|
Changedocs for 2.16.1
|
2024-01-25 15:55:32 +00:00 |
|
Tamas Vajk
|
bb4327294d
|
Rename verbosity property to legacy
|
2024-01-25 16:03:23 +01:00 |
|
Tamas Vajk
|
0e5e57dc56
|
Adjust 'silent' flag parsing
|
2024-01-25 16:00:44 +01:00 |
|
Max Schaefer
|
13f0df3588
|
Add two more models.
|
2024-01-25 15:00:22 +00:00 |
|
Paolo Tranquilli
|
b2489f7109
|
Merge pull request #15433 from github/redsun82/clang-format
Swift: update formatting to `clang-format` 17.0.6
|
2024-01-25 15:58:28 +01:00 |
|
Max Schaefer
|
5235291919
|
Add models for overloads of DatagramPacket constructor
|
2024-01-25 14:49:05 +00:00 |
|
Tamas Vajk
|
9b4cdd0d4f
|
Separate logging classes into separate files
|
2024-01-25 15:38:16 +01:00 |
|
Tamas Vajk
|
2c72d7ea1e
|
C#: Improve code quality
|
2024-01-25 15:18:55 +01:00 |
|
Henry Mercer
|
10343dd822
|
Merge pull request #15416 from github/post-release-prep/codeql-cli-2.16.1
Post-release preparation for codeql-cli-2.16.1
|
2024-01-25 14:15:25 +00:00 |
|
Tony Torralba
|
282632c33b
|
Add new snippets as tests
|
2024-01-25 15:11:11 +01:00 |
|
Erik Krogh Kristensen
|
fb11e4e14f
|
Merge pull request #15435 from erik-krogh/remove-at-to-z
remove an FP in overly-large-range for [@-Z]
|
2024-01-25 14:43:12 +01:00 |
|
erik-krogh
|
396da117bb
|
remove an FP in overly-large-range for [@-Z]
|
2024-01-25 14:15:06 +01:00 |
|
Tamás Vajk
|
2333b8db5b
|
Merge pull request #15432 from tamasvajk/fix/extraction-information
C#: Filter results of division by 0 from `cs/telemetry/extraction-information`
|
2024-01-25 14:07:19 +01:00 |
|
Stephan Brandauer
|
1f9a968774
|
Java: PR discussion
|
2024-01-25 13:59:47 +01:00 |
|
Paolo Tranquilli
|
33b6ce7365
|
Swift: update formatting to clang-format 17.0.6
Also, added a format check in `swift.yml`.
|
2024-01-25 13:58:14 +01:00 |
|
Mathias Vorreiter Pedersen
|
db929ccf9b
|
DataFlow: Fix join order.
|
2024-01-25 12:51:35 +00:00 |
|
erik-krogh
|
73e3fada44
|
add missing </p>
|
2024-01-25 12:14:10 +01:00 |
|
Tamas Vajk
|
055ead20e3
|
C#: Filter results of division by 0 from cs/telemetry/extraction-information
|
2024-01-25 12:08:15 +01:00 |
|
erik-krogh
|
05a59d2a94
|
apply suggestions from doc review
|
2024-01-25 11:20:46 +01:00 |
|
Tamás Vajk
|
01b89508a8
|
Merge pull request #15424 from tamasvajk/standalone/logging
C#: Improve log messages in buildless mode + some cleanup/refactoring
|
2024-01-25 11:08:50 +01:00 |
|
GitHub Security Lab
|
00d1f8e84a
|
Merge branch 'main' into maikypedia/swift-zip
|
2024-01-25 11:05:46 +01:00 |
|
yoff
|
930f1b50b9
|
Merge pull request #15397 from github/tausbn/python-fix-deepcopy-mutable-default-fp
Python: Fix `deepcopy` mutable default FP
|
2024-01-25 10:32:58 +01:00 |
|
Stephan Brandauer
|
5d6ee9c0cb
|
Update java/ql/lib/ext/com.fasterxml.jackson.databind.model.yml
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
|
2024-01-25 10:00:56 +01:00 |
|
Robert Marsh
|
67a86391a2
|
Merge pull request #15318 from rdmarsh2/rdmarsh2/cpp/first-class-destructors
C++: First-class destructors in AST
|
2024-01-24 16:19:10 -05:00 |
|
Robert Marsh
|
0bc023139b
|
C++: autoformat for first-class destructors
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
56c9566867
|
C++: more documentation for implict destructor calls
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
3970a9fe39
|
C++: switch to getImplicitDestructorCall
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
3a0290b1e8
|
C++: add destructors in PrintAST
|
2024-01-24 18:52:54 +00:00 |
|
Robert Marsh
|
1acc111b63
|
C++: add getSyntheticDestructor to Expr and Stmt
|
2024-01-24 18:52:54 +00:00 |
|
Chris Smowton
|
32a2ea1690
|
Merge pull request #15413 from smowton/smowton/admin/buildless-sibling-project-tests
Add tests for Java buildless w/sibling projects
|
2024-01-24 18:51:10 +00:00 |
|
Geoffrey White
|
e0d70e3008
|
C++: Resolve the TODO / unwanted change in shared code and get more results.
|
2024-01-24 18:09:34 +00:00 |
|
Chris Smowton
|
ed9abdd9bd
|
Mock Java 8 toolchain so sibling test works on arm runners
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
287fb8003d
|
Make all toolchains available to test
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
16d30d7335
|
Remove xml and properties tests
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
042a3b64bb
|
Use Java 11 to run old Gradle
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
b5429f1a50
|
Add test for buildless with sibling projects
|
2024-01-24 16:51:38 +00:00 |
|
Chris Smowton
|
e3ef8aa6f6
|
Adjust test expectations
|
2024-01-24 16:51:37 +00:00 |
|