Changeset 135143b
- Timestamp:
- Oct 19, 2022, 4:34:28 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 058ece2, df6cc9d
- Parents:
- d1abc63c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/AddressExpr.cc
rd1abc63c r135143b 50 50 set_result( addrType( refType->base ) ); 51 51 } else { 52 if(!arg->result->location.isSet()) arg->result->location = arg->location; 52 53 SemanticError( arg->result, "Attempt to take address of non-lvalue expression: " ); 53 54 } // if
Note: See TracChangeset
for help on using the changeset viewer.