Changeset 849720f for src/SynTree/CommaExpr.cc
- Timestamp:
- Sep 23, 2019, 4:59:33 PM (4 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4a60488, b4f8808
- Parents:
- abec2f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/CommaExpr.cc
rabec2f8 r849720f 40 40 41 41 bool CommaExpr::get_lvalue() const { 42 // xxx - as above, shouldn't be an lvalue but that information is used anyways.43 return result->get_lvalue();42 // This is wrong by C, but the current implementation uses it. 43 return arg2->get_lvalue(); 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.