Changes in src/SynTree/AddressExpr.cc [b4f8808:135143ba]
- File:
-
- 1 edited
-
src/SynTree/AddressExpr.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/AddressExpr.cc
rb4f8808 r135143ba 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.