Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Lvalue.h

    racd7c5dd r6b0b624  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // Lvalue.h --
     7// Lvalue.h -- 
    88//
    99// Author           : Richard C. Bilson
     
    2323        /// replaces return type of `lvalue T` with `T*`, along with appropriate address-of and dereference operators
    2424        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 );
    2825} // namespace GenPoly
    2926
Note: See TracChangeset for help on using the changeset viewer.