Ignore:
Timestamp:
Aug 8, 2017, 8:01:10 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
9a4e996
Parents:
4618319
Message:

Prevent reference types from being added in Box through createDeref

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Lvalue.h

    r4618319 rb0440b7  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // Lvalue.h -- 
     7// Lvalue.h --
    88//
    99// Author           : Richard C. Bilson
     
    2424        /// replaces return type of `lvalue T` with `T*`, along with appropriate address-of and dereference operators
    2525        void convertLvalue( std::list< Declaration* >& translationUnit );
     26
     27        /// true after reference types have been eliminated from the source code. After this point, reference types should not be added to the AST.
     28        bool referencesPermissable();
    2629} // namespace GenPoly
    2730
Note: See TracChangeset for help on using the changeset viewer.