Robert Marsh
|
b8c43d7a71
|
C++: convert RangeAnalysis to float
|
2023-01-12 16:38:09 -05:00 |
|
Robert Marsh
|
eebada46b1
|
C++: rename to RagneAnalysisStage.qll
|
2023-01-12 16:38:08 -05:00 |
|
Robert Marsh
|
edbe95837f
|
Convert RangeAnalysis to trivial parameterized mod
|
2023-01-12 16:38:08 -05:00 |
|
Michael Nebel
|
529be7ef18
|
C++: Sync files.
|
2023-01-12 19:06:29 +01:00 |
|
Tony Torralba
|
72a11e737d
|
Merge pull request #11775 from atorralba/atorralba/all/omittable-exists
All: Remove omittable exists variables
|
2023-01-10 16:07:06 +01:00 |
|
Tony Torralba
|
3fcc99e5cb
|
C++: Remove omittable exists variables
|
2023-01-10 13:36:01 +01:00 |
|
Jeroen Ketema
|
8d46642de3
|
C++: Update dbscheme stats file
|
2023-01-10 10:41:43 +01:00 |
|
Jeroen Ketema
|
2fc6484162
|
C++: Add dbscheme upgrade and downgrade scripts
|
2023-01-10 10:41:43 +01:00 |
|
Jeroen Ketema
|
1bab950023
|
C++: Introduce (_Complex) _Float16 type which is needed after frontend update
|
2023-01-10 10:41:43 +01:00 |
|
Jeroen Ketema
|
a743fbcc95
|
Merge pull request #11799 from jketema/case-uncomment
C++: Uncomment cases in dbscheme
|
2023-01-06 19:26:53 +01:00 |
|
Jeroen Ketema
|
c1bc097355
|
C++: Add upgrade/downgrade scripts for dbscheme update
|
2023-01-06 14:26:24 +01:00 |
|
Jeroen Ketema
|
cdb34bb1f9
|
C++: Update database stats file
|
2023-01-06 14:26:23 +01:00 |
|
Jeroen Ketema
|
b9b0c8091f
|
C++: Uncomment cases in dbscheme
Note that the builtin types `__int{8,16,32,64}` are not uncommented,
as these are never and could have never been generated by the
extractor.
|
2023-01-06 14:26:23 +01:00 |
|
Geoffrey White
|
f3914ffe25
|
Merge pull request #11823 from geoffw0/heuristicalloc
C++: Use HeuristicAllocationExpr in more queries
|
2023-01-06 13:13:14 +00:00 |
|
github-actions[bot]
|
cdb8f67601
|
Post-release preparation for codeql-cli-2.12.0
|
2023-01-06 10:36:34 +00:00 |
|
github-actions[bot]
|
b6a8193785
|
Release preparation for version 2.12.0
|
2023-01-05 16:32:14 +00:00 |
|
Geoffrey White
|
c160e0b2a4
|
C++: Add a warning on HeuristicAllocationExpr.getSizeBytes() and similar methods.
|
2023-01-05 12:47:52 +00:00 |
|
Robert Marsh
|
4aa62757a9
|
Merge pull request #11803 from jketema/gvn-deprecation
C++: Mark a number of private predicates in the GVN library as deprecated
|
2023-01-04 12:33:23 -05:00 |
|
Aditya Sharad
|
9988c19a42
|
Merge branch 'main' into tutorial/library-pack
|
2023-01-03 14:08:37 -08:00 |
|
Jeroen Ketema
|
5f4326f2bf
|
C++: Mark a number of private predicates in the GVN library as deprecated
This silences a number of warnings related to GVN deprecation.
|
2023-01-03 12:47:36 +01:00 |
|
Mathias Vorreiter Pedersen
|
bbf0ec81ab
|
C++: Fix implicit this.
|
2022-12-21 14:41:51 +00:00 |
|
Mathias Vorreiter Pedersen
|
ff6e8a285d
|
C++: Model semantics of '__except' condition in IR.
|
2022-12-21 14:08:26 +00:00 |
|
Mathias Vorreiter Pedersen
|
e6a03a6152
|
C++: Fix exception handling for '__try __except'.
|
2022-12-21 14:08:26 +00:00 |
|
Mathias Vorreiter Pedersen
|
07ab119b8c
|
C++: Add explicit qualifiers.
|
2022-12-20 13:38:50 +00:00 |
|
Mathias Vorreiter Pedersen
|
d2964a7d4a
|
C++: Also handle '__finally' blocks.
|
2022-12-20 13:28:33 +00:00 |
|
Mathias Vorreiter Pedersen
|
3c8efa88e0
|
C++: Handle Microsoft '__try __except' in the existing 'TryStmt' IR logic.
|
2022-12-20 13:28:28 +00:00 |
|
Aditya Sharad
|
ed29b3e4d6
|
Shared packs: Depend on codeql/tutorial from all language libraries
This allows `import tutorial` from queries targeting
any language, just like before, while removing the
duplicate copies of `tutorial.qll`.
|
2022-12-19 15:52:11 -08:00 |
|
Jeroen Ketema
|
edd29f4b0e
|
C++: Add change note
|
2022-12-19 13:50:50 +01:00 |
|
Jeroen Ketema
|
a73bd050f7
|
C++: Define the argv flow source in terms the input parameter
|
2022-12-19 12:13:39 +01:00 |
|
Henry Mercer
|
30451ee950
|
Merge pull request #11681 from github/henrymercer/mergeback-3.8
Merge `rc/3.8` back to `main`
|
2022-12-16 17:43:12 +00:00 |
|
Tom Hvitved
|
e45edcc159
|
Merge pull request #11674 from hvitved/dataflow/param-context
Data flow: Track callable in flow-through pruning
|
2022-12-16 09:25:15 +01:00 |
|
Tom Hvitved
|
f8571dd0b6
|
Data flow: Work around functionality-induced misoptimization
|
2022-12-15 15:29:14 +01:00 |
|
Tom Hvitved
|
6eda042229
|
Data flow: Sync files
|
2022-12-15 15:29:13 +01:00 |
|
Geoffrey White
|
e7ea0d7ee9
|
C++: Attempt to clarify the way Allocation.qll and Deallocation.qll should be used.
|
2022-12-15 13:05:56 +00:00 |
|
Erik Krogh Kristensen
|
7615668f92
|
Merge pull request #11662 from erik-krogh/c-useInstanceOf
Swift/C++: Use instanceof in more places
|
2022-12-14 14:30:21 +01:00 |
|
Henry Mercer
|
a3933fbf4f
|
Bump minor versions of packs we regularly release
|
2022-12-13 18:59:24 +00:00 |
|
Henry Mercer
|
7167f078be
|
Merge branch 'main' into henrymercer/mergeback-3.8
|
2022-12-13 18:40:53 +00:00 |
|
Tom Hvitved
|
bc58cbec8c
|
C++: Implement ContentApprox
|
2022-12-13 09:53:01 +01:00 |
|
Tom Hvitved
|
0c2eee2a72
|
Data flow: Sync files
|
2022-12-13 09:52:55 +01:00 |
|
erik-krogh
|
92a7e787a8
|
C: do the minimal change to ValueNumberBound instead
|
2022-12-12 22:17:50 +01:00 |
|
erik-krogh
|
698e05f85a
|
Swift/C++: Use instanceof in more places
|
2022-12-12 16:58:13 +01:00 |
|
github-actions[bot]
|
343b7b1c8b
|
Post-release preparation for codeql-cli-2.11.6
|
2022-12-11 18:15:04 +00:00 |
|
Jeroen Ketema
|
d5acd310ce
|
Merge pull request #11644 from jketema/lower-case-flow-source-description
C++: Make all flow source descriptions start with a lower case letter
|
2022-12-10 20:23:14 +01:00 |
|
github-actions[bot]
|
0b2fb4f70a
|
Release preparation for version 2.11.6
|
2022-12-10 15:49:35 +00:00 |
|
Jeroen Ketema
|
9dc2614012
|
C++: Make all flow source descriptions start with a lower case letter
In every context where we use the description a lower case letter makes more
sense.
|
2022-12-09 23:18:58 +01:00 |
|
Jeroen Ketema
|
1e1974c9fb
|
C++: Add change note
|
2022-12-09 23:17:36 +01:00 |
|
Jeroen Ketema
|
331fab5ac0
|
C++: Generalize the ArgvSource flow source
This matches `isUserInput` and handles cases where `argv` has a different name,
which is allowed.
|
2022-12-09 23:12:31 +01:00 |
|
Jeroen Ketema
|
2095f11b8c
|
C++: Add change note
|
2022-12-08 23:35:32 +01:00 |
|
Jeroen Ketema
|
aabbafd2bf
|
C++: Fix QL-for-QL warning
|
2022-12-08 19:33:11 +01:00 |
|
Jeroen Ketema
|
ec0ce56269
|
C++: Model getaddrinfo as flow source
|
2022-12-08 19:20:11 +01:00 |
|