Ignore:
Timestamp:
Sep 12, 2016, 6:32:46 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:
f006f01
Parents:
8f7cea1
git-author:
Rob Schluntz <rschlunt@…> (09/12/16 18:24:34)
git-committer:
Rob Schluntz <rschlunt@…> (09/12/16 18:32:46)
Message:

make TupleAssignment? generate temporaries, add StmtExpr? for GCC statement expressions, expand tuple assignment expressions, collapse SolvedTupleExpr?, MassAssignExpr?, and MultipleAssignExpr? into TupleAssignExpr?

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.h

    r8f7cea1 r6eb8948  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // TupleAssignment.h --
     7// Tuples.h --
    88//
    99// Author           : Rodolfo G. Esteves
     
    1414//
    1515
    16 #ifndef _TUPLE_ASSIGNMENT_H_
    17 #define _TUPLE_ASSIGNMENT_H_
     16#ifndef _TUPLES_H_
     17#define _TUPLE_H_
    1818
    1919#include <string>
     
    2626
    2727namespace Tuples {
     28        // TupleAssignment.cc
    2829        void handleTupleAssignment( ResolvExpr::AlternativeFinder & currentFinder, UntypedExpr * assign, std::list<ResolvExpr::AltList> & possibilities );
     30
     31        // TupleExpansion.cc
     32        void expandTuples( std::list< Declaration * > & translationUnit );
    2933} // namespace Tuples
    3034
Note: See TracChangeset for help on using the changeset viewer.