-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
Release preparation for version 2.20.2
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.4.1 | ||
|
||
No user-facing changes. | ||
|
||
## 0.4.0 | ||
|
||
### New Features | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 0.4.1 | ||
|
||
No user-facing changes. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
lastReleaseVersion: 0.4.0 | ||
lastReleaseVersion: 0.4.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: codeql/actions-all | ||
version: 0.4.1-dev | ||
version: 0.4.1 | ||
library: true | ||
warnOnImplicitThis: true | ||
dependencies: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.4.1 | ||
|
||
No user-facing changes. | ||
|
||
## 0.4.0 | ||
|
||
### New Queries | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 0.4.1 | ||
|
||
No user-facing changes. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
lastReleaseVersion: 0.4.0 | ||
lastReleaseVersion: 0.4.1 |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## 3.2.0 | ||
|
||
### New Features | ||
|
||
* Add a new predicate `getAnIndirectBarrier` to the parameterized module `InstructionBarrierGuard` in `semmle.code.cpp.dataflow.new.DataFlow` for computing indirect dataflow nodes that are guarded by a given instruction. This predicate is similar to the `getAnIndirectBarrier` predicate on the parameterized module `BarrierGuard`. | ||
* A new predicate `getDecltype` was added to the `ProxyClass` class, which yields the decltype for the proxy class. | ||
* Template classes that are of `struct` type are now also instances of the `Struct` class. | ||
* Template classes that are of `union` type are now also instances of the `Union` class. | ||
* A new abstract class `ConfigurationTestFile` (`semmle.code.cpp.ConfigurationTestFile.ConfigurationTestFile`) was introduced, which represents files created to test the build configuration. A subclass `CmakeTryCompileFile` of `ConfigurationTestFile` was also introduced, which represents files created by CMake to test the build configuration. | ||
* New predicates `getARequiresClause`, `getTemplateRequiresClause` and `getFunctionRequiresClause` were added to the `FunctionDeclarationEntry` class, which yield the requires clauses when the entry represents a function template declaration with requires clauses. | ||
* A new predicate `getRequiresClause` was added to the `TypeDeclarationEntry` class, which yields the requires clause when the entry represents a class template declaration with a requires clause. | ||
* A new predicate `getRequiresClause` was added to the `VariableDeclarationEntry` class, which yields the requires clause when the entry represents a variable template declaration with a requires clause. | ||
* A new predicate `getTypeConstraint` was added to the `TypeTemplateParameter` class, which yields the type constraint of the parameter if it exists. | ||
* A new class `VariableTemplateSpecialization` was introduced, which represents explicit specializations of variable templates. | ||
* A new predicate `isSpecialization` was added to the `Variable` class, which holds if the variable is a template specialization. | ||
* A new class `ConceptIdExpr` was introduced, which represents C++20 concept id expressions. | ||
* A new class `Concept` was introduced, which represents C++20 concepts. | ||
* The `getTemplateArgumentType` and `getTemplateArgumentValue` predicates of the `Declaration` class now also yield template arguments of concepts. | ||
* A new class `ConstevalIfStmt` was introduced, which represents the C++23 `if consteval` and `if ! consteval` statements. | ||
|
||
### Minor Analysis Improvements | ||
|
||
* `DefaultOptions::exits` now holds for C23 functions with the `_Noreturn` or `___Noreturn__` attribute. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
lastReleaseVersion: 3.1.0 | ||
lastReleaseVersion: 3.2.0 |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
--- | ||
category: minorAnalysis | ||
--- | ||
## 1.3.2 | ||
|
||
### Minor Analysis Improvements | ||
|
||
* Added dataflow models for `SysAllocString` and related functions. | ||
* The `cpp/badly-bounded-write`, `cpp/equality-on-floats`, `cpp/short-global-name`, `cpp/static-buffer-overflow`, `cpp/too-few-arguments`, `cpp/useless-expression`, `cpp/world-writable-file-creation` queries no longer produce alerts on files created by CMake to test the build configuration. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
lastReleaseVersion: 1.3.1 | ||
lastReleaseVersion: 1.3.2 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: codeql/cpp-queries | ||
version: 1.3.2-dev | ||
version: 1.3.2 | ||
groups: | ||
- cpp | ||
- queries | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.7.32 | ||
|
||
No user-facing changes. | ||
|
||
## 1.7.31 | ||
|
||
No user-facing changes. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 1.7.32 | ||
|
||
No user-facing changes. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
lastReleaseVersion: 1.7.31 | ||
lastReleaseVersion: 1.7.32 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: codeql/csharp-solorigate-all | ||
version: 1.7.32-dev | ||
version: 1.7.32 | ||
groups: | ||
- csharp | ||
- solorigate | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.7.32 | ||
|
||
No user-facing changes. | ||
|
||
## 1.7.31 | ||
|
||
No user-facing changes. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 1.7.32 | ||
|
||
No user-facing changes. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
lastReleaseVersion: 1.7.31 | ||
lastReleaseVersion: 1.7.32 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: codeql/csharp-solorigate-queries | ||
version: 1.7.32-dev | ||
version: 1.7.32 | ||
groups: | ||
- csharp | ||
- solorigate | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## 4.0.2 | ||
|
||
### Minor Analysis Improvements | ||
|
||
* Added extractor support for extracting implicit `ToString` calls in binary `+` expressions and string interpolation expressions. | ||
* The Razor source generator invocation in `build-mode:none` extraction has been changed to use relative file paths instead of absolute ones. | ||
* C# 13: Added extractor support and call dispatch logic (data flow) for the (negative) type parameter constraint `allows ref struct`. Added extractor support for the type parameter constraint `notnull`. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
lastReleaseVersion: 4.0.1 | ||
lastReleaseVersion: 4.0.2 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.0.15 | ||
|
||
No user-facing changes. | ||
|
||
## 1.0.14 | ||
|
||
### Minor Analysis Improvements | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 1.0.15 | ||
|
||
No user-facing changes. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
lastReleaseVersion: 1.0.14 | ||
lastReleaseVersion: 1.0.15 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: codeql/csharp-queries | ||
version: 1.0.15-dev | ||
version: 1.0.15 | ||
groups: | ||
- csharp | ||
- queries | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.0.15 | ||
|
||
No user-facing changes. | ||
|
||
## 1.0.14 | ||
|
||
No user-facing changes. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 1.0.15 | ||
|
||
No user-facing changes. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
lastReleaseVersion: 1.0.14 | ||
lastReleaseVersion: 1.0.15 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: codeql-go-consistency-queries | ||
version: 1.0.15-dev | ||
version: 1.0.15 | ||
groups: | ||
- go | ||
- queries | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## 3.0.2 | ||
|
||
### Minor Analysis Improvements | ||
|
||
* `database` local source models have been added for the Beego ORM package. | ||
* `database` local source models have been added for the `github.com/jmoiron/sqlx` package. | ||
* Added `database` source models for database methods from the `gorm.io/gorm` package. | ||
* `database` local source models have been added for the `database/sql` and `database/sql/driver` packages. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
lastReleaseVersion: 3.0.1 | ||
lastReleaseVersion: 3.0.2 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: codeql/go-all | ||
version: 3.0.2-dev | ||
version: 3.0.2 | ||
groups: go | ||
dbscheme: go.dbscheme | ||
extractor: go | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.1.6 | ||
|
||
No user-facing changes. | ||
|
||
## 1.1.5 | ||
|
||
No user-facing changes. | ||
|