mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
add change-notes
This commit is contained in:
12
cpp/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
12
cpp/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
category: minorAnalysis
|
||||||
|
---
|
||||||
|
* Deleted the deprecated `hasGeneratedCopyConstructor` and `hasGeneratedCopyAssignmentOperator` predicates from the `Folder` class.
|
||||||
|
* Deleted the deprecated `getPath` and `getFolder` predicates from the `XmlFile` class.
|
||||||
|
* Deleted the deprecated `getMustlockFunction`, `getTrylockFunction`, `getLockFunction`, and `getUnlockFunction` predicates from the `MutexType` class.
|
||||||
|
* Deleted the deprecated `getPosInBasicBlock` predicate from the `SubBasicBlock` class.
|
||||||
|
* Deleted the deprecated `getExpr` predicate from the `PointerDereferenceExpr` class.
|
||||||
|
* Deleted the deprecated `getUseInstruction` and `getDefinitionInstruction` predicates from the `Operand` class.
|
||||||
|
* Deleted the deprecated `isInParameter`, `isInParameterPointer`, and `isInQualifier` predicates from the `FunctionInput` class.
|
||||||
|
* Deleted the deprecated `isOutParameterPointer`, `isOutQualifier`, `isOutReturnValue`, and `isOutReturnPointer` predicate from the `FunctionOutput` class.
|
||||||
|
* Deleted the deprecated 3-argument `isGuardPhi` predicate from the `RangeSsaDefinition` class.
|
||||||
6
csharp/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
6
csharp/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
category: minorAnalysis
|
||||||
|
---
|
||||||
|
* Deleted the deprecated `getPath` and `getFolder` predicates from the `XmlFile` class.
|
||||||
|
* Deleted the deprecated `getAssertionIndex`, `getAssertedParameter`, and `getAssertedParameter` predicates from the `AssertMethod` class.
|
||||||
|
* Deleted the deprecated `OverridableMethod` and `OverridableAccessor` classes.
|
||||||
7
java/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
7
java/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
category: minorAnalysis
|
||||||
|
---
|
||||||
|
* Deleted the deprecated `getPath` and `getFolder` predicates from the `XmlFile` class.
|
||||||
|
* Deleted the deprecated `getRepresentedString` predicate from the `StringLiteral` class.
|
||||||
|
* Deleted the deprecated `ServletWriterSource` class.
|
||||||
|
* Deleted the deprecated `getGroupID`, `getArtefactID`, and `artefactMatches` predicates from the `MavenRepoJar` class.
|
||||||
8
javascript/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
8
javascript/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
category: minorAnalysis
|
||||||
|
---
|
||||||
|
* Deleted the deprecated `getPath` and `getFolder` predicates from the `XmlFile` class.
|
||||||
|
* Deleted the deprecated `getId` from the `Function`, `NamespaceDefinition`, and `ImportEqualsDeclaration` classes.
|
||||||
|
* Deleted the deprecated `flowsTo` predicate from the `HTTP::Servers::RequestSource` and `HTTP::Servers::ResponseSource` class.
|
||||||
|
* Deleted the deprecated `getEventName` predicate from the `SocketIO::ReceiveNode`, `SocketIO::SendNode`, `SocketIOClient::SendNode` classes.
|
||||||
|
* Deleted the deprecated `RateLimitedRouteHandlerExpr` and `RouteHandlerExpressionWithRateLimiter` classes.
|
||||||
4
python/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
4
python/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
category: minorAnalysis
|
||||||
|
---
|
||||||
|
* Deleted the deprecated `getPath` and `getFolder` predicates from the `XmlFile` class.
|
||||||
6
ruby/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
6
ruby/ql/lib/change-notes/2023-03-03-delete-deps.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
category: minorAnalysis
|
||||||
|
---
|
||||||
|
* Deleted the deprecated `getQualifiedName` predicate from the `ConstantWriteAccess` class.
|
||||||
|
* Deleted the deprecated `getWhenBranch` and `getAWhenBranch` predicates from the `CaseExpr` class.
|
||||||
|
* Deleted the deprecated `Self`, `PatternParameter`, `Pattern`, `VariablePattern`, `TuplePattern`, and `TuplePatternParameter` classes.
|
||||||
Reference in New Issue
Block a user