Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 0443e42

Browse files
author
Juanjo Alvarez
committed
Update fixtures
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent bc59223 commit 0443e42

178 files changed

Lines changed: 1851181 additions & 2224 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

fixtures/_integration.cpp.native

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
LocOffsetEnd: 83,
4646
LocOffsetStart: 59,
4747
'Prop_Expression': {
48-
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@3e58a80e",
48+
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@a514af7",
4949
ExpressionValueCategory: "PRVALUE",
5050
IASTClass: "CPPASTBinaryExpression",
5151
IsActive: true,
@@ -67,7 +67,7 @@
6767
kind: "string_literal",
6868
},
6969
'Prop_Operand1': {
70-
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@3e58a80e",
70+
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@a514af7",
7171
ExpressionValueCategory: "PRVALUE",
7272
IASTClass: "CPPASTIdExpression",
7373
IsActive: true,
@@ -95,6 +95,7 @@
9595
LiteralValue: "\"Hello, World!\"",
9696
LocOffsetEnd: 82,
9797
LocOffsetStart: 67,
98+
'__MethodCatched': true,
9899
kind: "string_literal",
99100
},
100101
},
@@ -115,6 +116,7 @@
115116
LiteralValue: "0",
116117
LocOffsetEnd: 96,
117118
LocOffsetStart: 95,
119+
'__MethodCatched': true,
118120
kind: "integer_constant",
119121
},
120122
'Prop_ReturnValue': {
@@ -127,6 +129,7 @@
127129
LiteralValue: "0",
128130
LocOffsetEnd: 96,
129131
LocOffsetStart: 95,
132+
'__MethodCatched': true,
130133
kind: "integer_constant",
131134
},
132135
},

fixtures/_integration.cpp.sem.uast

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
col: 28,
119119
},
120120
},
121-
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@3e58a80e",
121+
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@6356695f",
122122
ExpressionValueCategory: "PRVALUE",
123123
IsActive: true,
124124
IsFrozen: true,
@@ -160,7 +160,7 @@
160160
col: 9,
161161
},
162162
},
163-
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@3e58a80e",
163+
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@6356695f",
164164
ExpressionValueCategory: "PRVALUE",
165165
IsActive: true,
166166
IsFrozen: true,
@@ -205,6 +205,7 @@
205205
IsFrozen: true,
206206
IsLValue: true,
207207
LiteralValue: "\"Hello, World!\"",
208+
'__MethodCatched': true,
208209
kind: "string_literal",
209210
},
210211
},
@@ -245,6 +246,7 @@
245246
IsFrozen: true,
246247
IsLValue: false,
247248
LiteralValue: "0",
249+
'__MethodCatched': true,
248250
kind: "integer_constant",
249251
},
250252
'Prop_ReturnValue': { '@type': "CPPASTLiteralExpression",
@@ -267,6 +269,7 @@
267269
IsFrozen: true,
268270
IsLValue: false,
269271
LiteralValue: "0",
272+
'__MethodCatched': true,
270273
kind: "integer_constant",
271274
},
272275
},

fixtures/_integration.cpp.uast

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
col: 28,
119119
},
120120
},
121-
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@3e58a80e",
121+
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@4567f35d",
122122
ExpressionValueCategory: "PRVALUE",
123123
IsActive: true,
124124
IsFrozen: true,
@@ -160,7 +160,7 @@
160160
col: 9,
161161
},
162162
},
163-
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@3e58a80e",
163+
ExpressionType: "org.eclipse.cdt.internal.core.dom.parser.ProblemType@4567f35d",
164164
ExpressionValueCategory: "PRVALUE",
165165
IsActive: true,
166166
IsFrozen: true,
@@ -205,6 +205,7 @@
205205
IsFrozen: true,
206206
IsLValue: true,
207207
LiteralValue: "\"Hello, World!\"",
208+
'__MethodCatched': true,
208209
kind: "string_literal",
209210
},
210211
},
@@ -245,6 +246,7 @@
245246
IsFrozen: true,
246247
IsLValue: false,
247248
LiteralValue: "0",
249+
'__MethodCatched': true,
248250
kind: "integer_constant",
249251
},
250252
'Prop_ReturnValue': { '@type': "CPPASTLiteralExpression",
@@ -267,6 +269,7 @@
267269
IsFrozen: true,
268270
IsLValue: false,
269271
LiteralValue: "0",
272+
'__MethodCatched': true,
270273
kind: "integer_constant",
271274
},
272275
},

0 commit comments

Comments
 (0)