Changeset 4a359e2
- Timestamp:
- Nov 24, 2020, 3:56:50 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- bb87dd0
- Parents:
- 53e28a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/warnings/.expect/self-assignment.nast.txt
r53e28a7 r4a359e2 4 4 reference to signed int 5 5 warnings/self-assignment.cfa:30:1 warning: self assignment of expression: Generated Cast of: 6 Variable Expression: s: instance of struct S with body 16 Variable Expression: s: instance of struct S with body 7 7 ... to: 8 reference to instance of struct S with body 18 reference to instance of struct S with body 9 9 warnings/self-assignment.cfa:31:1 warning: self assignment of expression: Generated Cast of: 10 10 Member Expression, with field: 11 11 i: signed int 12 12 ... from aggregate: 13 Variable Expression: s: instance of struct S with body 113 Variable Expression: s: instance of struct S with body 14 14 ... to: 15 15 reference to signed int … … 19 19 ... from aggregate: 20 20 Member Expression, with field: 21 s: instance of struct S with body 121 s: instance of struct S with body 22 22 ... from aggregate: 23 Variable Expression: t: instance of struct T with body 123 Variable Expression: t: instance of struct T with body 24 24 ... to: 25 25 reference to signed int
Note: See TracChangeset
for help on using the changeset viewer.