Skip to content

Commit fcc50d7

Browse files
authored
Merge pull request #1641 from stevex86/fix/merge-analysis-missing-shouldalloc
Add missing `shouldAlloc` declarations for git_merge_analysis* functions
2 parents cbc29fa + 9ceaf70 commit fcc50d7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

generate/input/descriptor.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,10 +2094,12 @@
20942094
"isAsync": true,
20952095
"args": {
20962096
"analysis_out": {
2097-
"isReturn": true
2097+
"isReturn": true,
2098+
"shouldAlloc": true
20982099
},
20992100
"preference_out": {
2100-
"isReturn": true
2101+
"isReturn": true,
2102+
"shouldAlloc": true
21012103
},
21022104
"their_heads": {
21032105
"cType": "const git_annotated_commit **",
@@ -2116,10 +2118,12 @@
21162118
"isAsync": true,
21172119
"args": {
21182120
"analysis_out": {
2119-
"isReturn": true
2121+
"isReturn": true,
2122+
"shouldAlloc": true
21202123
},
21212124
"preference_out": {
2122-
"isReturn": true
2125+
"isReturn": true,
2126+
"shouldAlloc": true
21232127
},
21242128
"their_heads": {
21252129
"cType": "const git_annotated_commit **",

0 commit comments

Comments
 (0)