Skip to content

Commit 3910a34

Browse files
committed
Merge branch 'main' into assignment
2 parents 5d40075 + 398f29a commit 3910a34

File tree

405 files changed

+6284
-4080
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

405 files changed

+6284
-4080
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ use_repo(
8989
"vendor_py__cc-1.2.14",
9090
"vendor_py__clap-4.5.30",
9191
"vendor_py__regex-1.11.1",
92-
"vendor_py__tree-sitter-0.20.4",
93-
"vendor_py__tree-sitter-graph-0.7.0",
92+
"vendor_py__tree-sitter-0.24.7",
93+
"vendor_py__tree-sitter-graph-0.12.0",
9494
)
9595

9696
# deps for ruby+rust

actions/ql/lib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.17
2+
3+
No user-facing changes.
4+
15
## 0.4.16
26

37
No user-facing changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.4.17
2+
3+
No user-facing changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.4.16
2+
lastReleaseVersion: 0.4.17

actions/ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql/actions-all
2-
version: 0.4.17-dev
2+
version: 0.4.18-dev
33
library: true
44
warnOnImplicitThis: true
55
dependencies:

actions/ql/src/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.9
2+
3+
### Minor Analysis Improvements
4+
5+
* Actions analysis now reports file coverage information on the CodeQL status page.
6+
17
## 0.6.8
28

39
No user-facing changes.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
---
2-
category: minorAnalysis
3-
---
1+
## 0.6.9
2+
3+
### Minor Analysis Improvements
4+
45
* Actions analysis now reports file coverage information on the CodeQL status page.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.6.8
2+
lastReleaseVersion: 0.6.9

actions/ql/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql/actions-queries
2-
version: 0.6.9-dev
2+
version: 0.6.10-dev
33
library: false
44
warnOnImplicitThis: true
55
groups: [actions, queries]

cpp/ql/lib/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 5.6.0
2+
3+
### Deprecated APIs
4+
5+
* The predicate `getAContructorCall` in the class `SslContextClass` has been deprecated. Use `getAConstructorCall` instead.
6+
7+
### New Features
8+
9+
* Added predicates `getTransitiveNumberOfVlaDimensionStmts`, `getTransitiveVlaDimensionStmt`, and `getParentVlaDecl` to `VlaDeclStmt` for handling `VlaDeclStmt`s whose base type is defined in terms of another `VlaDeclStmt` via a `typedef`.
10+
111
## 5.5.0
212

313
### New Features

0 commit comments

Comments
 (0)