Changeset a8541d9 for src/Tests/Expect-a/VariableDeclarator.txt
- Timestamp:
- Jun 11, 2015, 1:31:07 PM (11 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- ea9b9d3
- Parents:
- bfbf97f (diff), cda48b6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
src/Tests/Expect-a/VariableDeclarator.txt (moved) (moved from src/Tests/SynTree/Expected/VariableDeclarator.tst ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Expect-a/VariableDeclarator.txt
rbfbf97f ra8541d9 33 33 f33: open array of const pointer to const pointer to signed int 34 34 f34: array of const pointer to const pointer to signed int with dimension of constant expression 10 signed int 35 f35: open array of pointer tosigned int36 f36: array of pointer tosigned int with dimension of constant expression 10 signed int37 f37: open array of pointer to pointer tosigned int38 f38: array of pointer to pointer tosigned int with dimension of constant expression 10 signed int39 f39: open array of pointer to const pointer tosigned int40 f40: array of pointer to const pointer tosigned int with dimension of constant expression 10 signed int41 f41: open array of const pointer to const pointer tosigned int42 f42: array of const pointer to const pointer tosigned int with dimension of constant expression 10 signed int35 f35: pointer to open array of signed int 36 f36: pointer to array of signed int with dimension of constant expression 10 signed int 37 f37: pointer to pointer to open array of signed int 38 f38: pointer to pointer to array of signed int with dimension of constant expression 10 signed int 39 f39: pointer to const pointer to open array of signed int 40 f40: pointer to const pointer to array of signed int with dimension of constant expression 10 signed int 41 f41: const pointer to const pointer to open array of signed int 42 f42: const pointer to const pointer to array of signed int with dimension of constant expression 10 signed int 43 43 f43: open array of array of signed int with dimension of constant expression 3 signed int 44 44 f44: array of array of signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int … … 177 177 178 178 179 z: pointer to array of double with dimension of constant expression 20 signed int 180 w: array of pointer to char with dimension of constant expression 20 signed int 179 cf3: pointer to signed int 180 cf4: pointer to pointer to signed int 181 cf5: pointer to const pointer to signed int 182 cf6: const pointer to const pointer to signed int 183 cf15: open array of signed int 184 cf16: array of signed int with dimension of constant expression 10 signed int 185 cf19: open array of pointer to signed int 186 cf20: array of pointer to signed int with dimension of constant expression 10 signed int 187 cf21: open array of pointer to pointer to signed int 188 cf22: array of pointer to pointer to signed int with dimension of constant expression 10 signed int 189 cf23: open array of pointer to const pointer to signed int 190 cf24: array of pointer to const pointer to signed int with dimension of constant expression 10 signed int 191 cf25: open array of const pointer to const pointer to signed int 192 cf26: array of const pointer to const pointer to signed int with dimension of constant expression 10 signed int 193 cf35: pointer to open array of signed int 194 cf36: pointer to array of signed int with dimension of constant expression 10 signed int 195 cf37: pointer to pointer to open array of signed int 196 cf38: pointer to pointer to array of signed int with dimension of constant expression 10 signed int 197 cf39: pointer to const pointer to open array of signed int 198 cf40: pointer to const pointer to array of signed int with dimension of constant expression 10 signed int 199 cf41: const pointer to const pointer to open array of signed int 200 cf42: const pointer to const pointer to array of signed int with dimension of constant expression 10 signed int 201 cf43: open array of array of signed int with dimension of constant expression 3 signed int 202 cf44: array of array of signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int 203 cf49: open array of array of pointer to signed int with dimension of constant expression 3 signed int 204 cf50: array of array of pointer to signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int 205 cf51: open array of array of pointer to pointer to signed int with dimension of constant expression 3 signed int 206 cf52: array of array of pointer to pointer to signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int 207 cf53: open array of array of const pointer to signed int with dimension of constant expression 3 signed int 208 cf54: array of array of pointer to const pointer to signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int 209 cf55: open array of array of const pointer to const pointer to signed int with dimension of constant expression 3 signed int 210 cf56: array of array of const pointer to const pointer to signed int with dimension of constant expression 3 signed int with dimension of constant expression 3 signed int 211 cf65: function 212 with parameters 213 signed int 214 returning 215 signed int 216 217 cf66: function 218 with parameters 219 signed int 220 returning 221 signed int 222 223 cf67: function 224 with parameters 225 signed int 226 returning 227 pointer to signed int 228 229 cf68: function 230 with parameters 231 signed int 232 returning 233 pointer to pointer to signed int 234 235 cf69: function 236 with parameters 237 signed int 238 returning 239 const pointer to pointer to signed int 240 241 cf70: function 242 with parameters 243 signed int 244 returning 245 const pointer to const pointer to signed int 246 181 247 v3: pointer to open array of pointer to open array of pointer to function 182 248 with parameters
Note:
See TracChangeset
for help on using the changeset viewer.