Skip to content

Commit

Permalink
Merge branch 'main' into rust-data-flow-models
Browse files Browse the repository at this point in the history
  • Loading branch information
paldepind committed Dec 17, 2024
2 parents 402d4e1 + 132dbd7 commit ee87d4c
Show file tree
Hide file tree
Showing 719 changed files with 2,280 additions and 1,524 deletions.
2 changes: 1 addition & 1 deletion cpp/ql/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Deprecated APIs

* The `NonThrowing` class (`semmle.code.cpp.models.interfaces.NonThrowing`) has been deprecated. Please use the `NonCppThrowingFunction` class instead.
* The `NonThrowingFunction` class (`semmle.code.cpp.models.interfaces.NonThrowing.NonThrowingFunction`) has been deprecated. Please use the `NonCppThrowingFunction` class instead.

## 2.1.1

Expand Down
4 changes: 4 additions & 0 deletions cpp/ql/lib/change-notes/2024-12-04-guard-conditions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `Guards` library (`semmle.code.cpp.controlflow.Guards`) has been improved to recognize more guard conditions.
2 changes: 1 addition & 1 deletion cpp/ql/lib/change-notes/released/3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

### Deprecated APIs

* The `NonThrowing` class (`semmle.code.cpp.models.interfaces.NonThrowing`) has been deprecated. Please use the `NonCppThrowingFunction` class instead.
* The `NonThrowingFunction` class (`semmle.code.cpp.models.interfaces.NonThrowing.NonThrowingFunction`) has been deprecated. Please use the `NonCppThrowingFunction` class instead.
Loading

0 comments on commit ee87d4c

Please sign in to comment.