You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: change-notes/1.18/analysis-csharp.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,10 @@
36
36
37
37
## Changes to code extraction
38
38
39
+
* The `into` part of `join` clauses is now extracted.
40
+
* The `when` part of constant cases is now extracted.
41
+
* Fixed a bug where `while(x is T y) ...` was not extracted correctly.
42
+
39
43
**Series of bullet points*
40
44
41
45
## Changes to QL libraries
@@ -59,3 +63,4 @@
59
63
-`ControlFlowEdgeGotoCase` has been renamed to `ControlFlow::SuccessorTypes::GotoCaseSuccessor`.
60
64
-`ControlFlowEdgeGotoDefault` has been renamed to `ControlFlow::SuccessorTypes::GotoDefaultSuccessor`.
61
65
-`ControlFlowEdgeException` has been renamed to `ControlFlow::SuccessorTypes::ExceptionSuccessor`.
66
+
* The predicate `getCondition()` has been moved from `TypeCase` to `CaseStmt`. It is now possible to get the condition of a `ConstCase` using its `getCondition()` predicate.
0 commit comments