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: cpp/ql/lib/CHANGELOG.md
+21
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
<<<<<<< HEAD
1
2
## 0.5.0
2
3
3
4
### Breaking Changes
@@ -19,10 +20,16 @@ The predicates in the `MustFlow::Configuration` class used by the `MustFlow` lib
19
20
* The `scanf` and `fscanf` functions and their variants are now recognized as flow sources.
20
21
* Deleted the deprecated `getName` and `getShortName` predicates from the `Folder` class.
21
22
23
+
=======
24
+
<<<<<<< HEAD
25
+
>>>>>>> 5e6a94d7bd (Add a test file)
22
26
## 0.4.6
23
27
24
28
No user-facing changes.
25
29
30
+
=======
31
+
<<<<<<< HEAD
32
+
>>>>>>> e46143b9a7 (Add a test file)
26
33
## 0.4.5
27
34
28
35
No user-facing changes.
@@ -37,6 +44,9 @@ No user-facing changes.
37
44
38
45
* Fixed bugs in the `FormatLiteral` class that were causing `getMaxConvertedLength` and related predicates to return no results when the format literal was `%e`, `%f` or `%g` and an explicit precision was specified.
39
46
47
+
=======
48
+
<<<<<<< HEAD
49
+
>>>>>>> 74a0494317 (Add a test file)
40
50
## 0.4.2
41
51
42
52
No user-facing changes.
@@ -45,6 +55,9 @@ No user-facing changes.
45
55
46
56
No user-facing changes.
47
57
58
+
=======
59
+
<<<<<<< HEAD
60
+
>>>>>>> da519a0b5a (Add a test file)
48
61
## 0.4.0
49
62
50
63
### Deprecated APIs
@@ -62,6 +75,9 @@ No user-facing changes.
62
75
63
76
## 0.3.5
64
77
78
+
=======
79
+
<<<<<<< HEAD
80
+
>>>>>>> b6a8c5bd08 (Add a test file)
65
81
## 0.3.4
66
82
67
83
### Deprecated APIs
@@ -78,6 +94,9 @@ No user-facing changes.
78
94
79
95
* All deprecated predicates/classes/modules that have been deprecated for over a year have been deleted.
80
96
97
+
=======
98
+
<<<<<<< HEAD
99
+
>>>>>>> cdd3244a90 (Add a test file)
81
100
## 0.3.3
82
101
83
102
### New Features
@@ -96,6 +115,8 @@ No user-facing changes.
96
115
97
116
* Under certain circumstances a variable declaration that is not also a definition could be associated with a `Variable` that did not have the definition as a `VariableDeclarationEntry`. This is now fixed, and a unique `Variable` will exist that has both the declaration and the definition as a `VariableDeclarationEntry`.
0 commit comments