Skip to content

Commit e621d20

Browse files
committed
Merge branch 'main' into nsstringclosure
2 parents 041dc19 + c6bc1a3 commit e621d20

File tree

634 files changed

+73085
-60756
lines changed

Some content is hidden

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

634 files changed

+73085
-60756
lines changed

cpp/downgrades/8cba93a44180e0d50a80a660950800d822b981fc/old.dbscheme

Lines changed: 2231 additions & 0 deletions
Large diffs are not rendered by default.

cpp/downgrades/8cba93a44180e0d50a80a660950800d822b981fc/semmlecode.cpp.dbscheme

Lines changed: 2226 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
description: Removed @assignpaddexpr and @assignpsubexpr from @assign_bitwise_expr
2+
compatibility: full

cpp/ql/lib/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.11.0
2+
3+
### Breaking Changes
4+
5+
* The `Container` and `Folder` classes now derive from `ElementBase` instead of `Locatable`, and no longer expose the `getLocation` predicate. Use `getURL` instead.
6+
7+
### New Features
8+
9+
* Added a new class `AdditionalCallTarget` for specifying additional call targets.
10+
11+
### Minor Analysis Improvements
12+
13+
* More field accesses are identified as `ImplicitThisFieldAccess`.
14+
* Added support for new floating-point types in C23 and C++23.
15+
116
## 0.10.1
217

318
### Minor Analysis Improvements

cpp/ql/lib/change-notes/2023-09-04-more-floating-point-types.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

cpp/ql/lib/change-notes/2023-10-12-additional-call-targets.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

cpp/ql/lib/change-notes/2023-10-20-implicit-this.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

cpp/ql/lib/change-notes/2023-10-24-remove-getlocation-from-folder.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Added taint models for `realloc` and related functions.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: breaking
3+
---
4+
* The expressions `AssignPointerAddExpr` and `AssignPointerSubExpr` are no longer subtypes of `AssignBitwiseOperation`.

0 commit comments

Comments
 (0)