Changes in src/GenPoly/Lvalue.h [acd7c5dd:6b0b624]
- File:
-
- 1 edited
-
src/GenPoly/Lvalue.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/GenPoly/Lvalue.h
racd7c5dd r6b0b624 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Lvalue.h -- 7 // Lvalue.h -- 8 8 // 9 9 // Author : Richard C. Bilson … … 23 23 /// replaces return type of `lvalue T` with `T*`, along with appropriate address-of and dereference operators 24 24 void convertLvalue( std::list< Declaration* >& translationUnit ); 25 26 /// applies transformations that allow GCC to accept more complicated lvalue expressions, e.g. &(a, b)27 Expression * generalizedLvalue( Expression * expr );28 25 } // namespace GenPoly 29 26
Note:
See TracChangeset
for help on using the changeset viewer.