Changeset 68cd1ce for src/Tests/Expect-a
- Timestamp:
- Jun 13, 2015, 8:30:25 AM (10 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:
- a1d5d2a
- Parents:
- 7bcf74e
- Location:
- src/Tests/Expect-a
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Expect-a/AsmName.txt
r7bcf74e r68cd1ce 1 x: autosigned int1 x: extern signed int 2 2 fred: function 3 3 with parameters -
src/Tests/Expect-a/Attributes.txt
r7bcf74e r68cd1ce 1 Error at line 8 reading token "*"1 Error at line 58 reading token "*" -
src/Tests/Expect-a/Context.txt
r7bcf74e r68cd1ce 52 52 53 53 54 Declaration of x: autotype55 Declaration of y: autotype54 Declaration of x: extern type 55 Declaration of y: extern type 56 56 with assertions 57 57 instance of context has_r -
src/Tests/Expect-a/Functions.txt
r7bcf74e r68cd1ce 173 173 CompoundStmt 174 174 175 fII3: autofunction176 with parameters 177 i: signed int 178 returning 179 signed int 180 with body 181 CompoundStmt 182 183 fII4: autofunction175 fII3: extern function 176 with parameters 177 i: signed int 178 returning 179 signed int 180 with body 181 CompoundStmt 182 183 fII4: extern function 184 184 with parameters 185 185 i: signed int … … 257 257 CompoundStmt 258 258 259 fO4: autofunction259 fO4: extern function 260 260 accepting unspecified arguments 261 261 returning … … 268 268 CompoundStmt 269 269 270 fO5: autofunction270 fO5: extern function 271 271 accepting unspecified arguments 272 272 returning -
src/Tests/Expect-a/TypeGenerator.txt
r7bcf74e r68cd1ce 65 65 signed int 66 66 67 struct S168 with parameters69 T: type70 71 struct S172 with parameters73 T: type74 75 with members76 i: instance of type T (not function type)77 78 v1: instance of struct S179 with parameters80 signed int81 82 p: pointer to instance of struct S183 with parameters84 signed int85 86 67 struct S2 87 68 with parameters … … 91 72 i: instance of type T (not function type) 92 73 93 v2: instance of struct S2 74 v1: instance of struct S3 75 with parameters 76 signed int 77 78 p: pointer to instance of struct S3 79 with parameters 80 signed int 81 82 struct S24 83 with parameters 84 T: type 85 86 with members 87 i: instance of type T (not function type) 88 89 v2: instance of struct S24 94 90 with parameters 95 91 signed int
Note:
See TracChangeset
for help on using the changeset viewer.