github-actions[bot]
|
91537cdf9a
|
Release preparation for version 2.18.4
|
2024-09-09 16:08:48 +00:00 |
|
github-actions[bot]
|
0724fd7ce2
|
Post-release preparation for codeql-cli-2.18.3
|
2024-08-21 18:25:54 +00:00 |
|
github-actions[bot]
|
17cd9624fb
|
Release preparation for version 2.18.3
|
2024-08-21 17:13:52 +00:00 |
|
Simon Friis Vindum
|
e4ce003e87
|
C++: Fix tests and add an actual true negative
|
2024-08-21 09:44:45 +02:00 |
|
Anders Schack-Mulligen
|
993bfee096
|
Merge pull request #17259 from aschackmull/dataflow/remove-srcsink-grouping
Dataflow: Remove src/sink grouping feature
|
2024-08-20 14:42:33 +02:00 |
|
Anders Schack-Mulligen
|
8470e91c16
|
Legacy Dataflow: Sync.
|
2024-08-20 10:07:57 +02:00 |
|
Anders Schack-Mulligen
|
4afdb0927e
|
Dataflow: Remove src/sink grouping feature.
|
2024-08-20 10:07:36 +02:00 |
|
Simon Friis Vindum
|
1665badc83
|
C++: Add change note for cpp/uncontrolled-allocation-size
|
2024-08-19 08:23:40 +02:00 |
|
Simon Friis Vindum
|
1959e1929e
|
C++: Reuse bounded predicate in TaintedAllocationSize query
|
2024-08-19 08:23:32 +02:00 |
|
Simon Friis Vindum
|
5548304432
|
C++: Grammar improvements to query help text
|
2024-08-16 13:08:34 +02:00 |
|
Simon Friis Vindum
|
5e8ac5ef0d
|
C++: Update documentation for cpp/uncontrolled-allocation-size to clarify its scope
|
2024-08-13 16:27:04 +02:00 |
|
Michael Nebel
|
4a5c9f0ec4
|
Merge pull request #17007 from michaelnebel/shared/neutralimplementation
C#/Java/Go: Neutrals are split into separate classes.
|
2024-08-12 13:58:12 +02:00 |
|
github-actions[bot]
|
cc6d87c276
|
Post-release preparation for codeql-cli-2.18.2
|
2024-08-08 12:56:21 +00:00 |
|
github-actions[bot]
|
019da8c287
|
Release preparation for version 2.18.2
|
2024-08-07 14:02:38 +00:00 |
|
Alexander Eyers-Taylor
|
46577b585e
|
Revert "Release preparation for version 2.18.2"
|
2024-08-07 14:24:37 +01:00 |
|
Geoffrey White
|
d704fd9682
|
C++: Accept test changes caused by new CLI version.
|
2024-08-06 12:27:49 -04:00 |
|
github-actions[bot]
|
c14ba0e4bd
|
Release preparation for version 2.18.2
|
2024-08-06 12:46:15 +00:00 |
|
Jeroen Ketema
|
28702046aa
|
C++: Rename function to match what is actually being tested
|
2024-08-05 10:32:54 +01:00 |
|
Jeroen Ketema
|
bfae86e9e8
|
C++: Update test after extractor fix
|
2024-08-05 10:32:54 +01:00 |
|
Jeroen Ketema
|
59db802fa4
|
C++ Add test showing incorrect value categories for _Generics
|
2024-08-05 10:32:54 +01:00 |
|
Jeroen Ketema
|
742922c719
|
Update cpp/ql/lib/semmle/code/cpp/Function.qll
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
|
2024-08-02 15:59:30 +02:00 |
|
Jeroen Ketema
|
9744c06933
|
C++: Expose explicit and explicit(bool) function specifiers
|
2024-08-02 15:39:18 +02:00 |
|
Jeroen Ketema
|
972d9ca2b8
|
C++: Add more deduction guide tests
|
2024-08-02 14:12:56 +02:00 |
|
Jeroen Ketema
|
4dcf67940c
|
C++: Add getTemplateClass to DeductionGuide
|
2024-08-01 20:54:53 +02:00 |
|
Geoffrey White
|
20672acb74
|
Merge pull request #17110 from geoffw0/memfree
C++: Improve cpp/memory-may-not-be-freed
|
2024-07-31 15:59:42 +01:00 |
|
Geoffrey White
|
c172b946a1
|
C++: Change note.
|
2024-07-31 14:55:15 +01:00 |
|
Geoffrey White
|
4aea4c0323
|
C++: Simple fix.
|
2024-07-31 14:46:25 +01:00 |
|
Geoffrey White
|
c04428dedc
|
C++: Add test cases for the memory freed queries.
|
2024-07-31 14:03:56 +01:00 |
|
Mathias Vorreiter Pedersen
|
61eda0df9d
|
C++: Add change note.
|
2024-07-31 13:13:19 +01:00 |
|
Mathias Vorreiter Pedersen
|
fe575df325
|
C++: Mark constexpr if as unevalauted.
|
2024-07-31 13:09:12 +01:00 |
|
Mathias Vorreiter Pedersen
|
4e62dc81d2
|
C++: Add constexpr if testcase.
|
2024-07-31 13:08:49 +01:00 |
|
Jeroen Ketema
|
f986484813
|
Merge pull request #17098 from jketema/deduction
C++: Update tests after extractor changes
|
2024-07-30 21:08:40 +02:00 |
|
Mathias Vorreiter Pedersen
|
6d8a83fc1f
|
C++: Take out the 'Element' content from std::format model.
|
2024-07-30 15:31:18 +01:00 |
|
Mathias Vorreiter Pedersen
|
ef0370b64e
|
C++: Respond to review comments.
|
2024-07-30 13:19:02 +01:00 |
|
Jeroen Ketema
|
5455a365d1
|
C++: Update tests after extractor changes
|
2024-07-30 13:52:23 +02:00 |
|
Mathias Vorreiter Pedersen
|
afc0d0a078
|
C++: Accept test changes.
|
2024-07-30 11:54:20 +01:00 |
|
Mathias Vorreiter Pedersen
|
42ee501b96
|
C++: Use the name without args
|
2024-07-30 11:18:24 +01:00 |
|
Mathias Vorreiter Pedersen
|
f932e515a7
|
C++: Accept test changes.
|
2024-07-30 11:11:38 +01:00 |
|
Mathias Vorreiter Pedersen
|
68a972d578
|
C++: Delete code that's now dead.
|
2024-07-30 11:11:37 +01:00 |
|
Mathias Vorreiter Pedersen
|
6b37cb0718
|
C++: Use the same 'template expansion mechanism' for free functions that we use for member functions.
|
2024-07-30 11:11:36 +01:00 |
|
Mathias Vorreiter Pedersen
|
8edf19adc0
|
C++: Add MaD model for 'std::format'.
|
2024-07-30 10:15:39 +01:00 |
|
Mathias Vorreiter Pedersen
|
ff788c93c0
|
C++: Add a model for 'std::format' and a failing test.
|
2024-07-30 10:13:39 +01:00 |
|
Alexandre Boulgakov
|
2396c3c798
|
C++: Update MaD tests with correct template parameter counting in the presence of packs.
|
2024-07-29 14:59:49 +01:00 |
|
Jeroen Ketema
|
e1329dff72
|
Merge pull request #16947 from github/calumgrant/attributes
C++: Update attributes test output
|
2024-07-26 21:05:46 +02:00 |
|
Mathias Vorreiter Pedersen
|
c0263bef5a
|
Merge pull request #17062 from MathiasVP/speed-up-alias-analysis-4
C++: Speed up alias analysis
|
2024-07-26 10:02:02 +01:00 |
|
Mathias Vorreiter Pedersen
|
6b68cf6bdc
|
Merge pull request #17076 from MathiasVP/add-missing-write-side-effect-to-remquo
C++: Add missing write side effect to `std::remquo`
|
2024-07-26 09:56:57 +01:00 |
|
Jeroen Ketema
|
a944922c97
|
C++: Add more explicit(bool) tests
|
2024-07-26 09:47:01 +02:00 |
|
Geoffrey White
|
52020f7e5b
|
Merge pull request #17028 from geoffw0/cryptodoc
C++: Improve query doc advice for using encryption
|
2024-07-25 21:46:16 +01:00 |
|
Mathias Vorreiter Pedersen
|
91edf82c8a
|
C++: Add more missing overrides.
|
2024-07-25 17:13:26 +01:00 |
|
Mathias Vorreiter Pedersen
|
b640bdccdc
|
C++: Accept test changes.
|
2024-07-25 17:13:10 +01:00 |
|