Ignore:
Timestamp:
May 17, 2019, 12:08:46 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
10a1225
Parents:
8ff178d
Message:

Fixed some warnings and better messaging for unimplemented stubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Tuples.h

    r8ff178d r77bfc80  
    2929namespace Tuples {
    3030        // TupleAssignment.cc
    31         void handleTupleAssignment( ResolvExpr::AlternativeFinder & currentFinder, UntypedExpr * assign, 
     31        void handleTupleAssignment( ResolvExpr::AlternativeFinder & currentFinder, UntypedExpr * assign,
    3232                std::vector< ResolvExpr::AlternativeFinder >& args );
    33        
     33
    3434        // TupleExpansion.cc
    3535        /// expands z.[a, b.[x, y], c] into [z.a, z.b.x, z.b.y, z.c], inserting UniqueExprs as appropriate
     
    4848        /// returns a TypeInstType if `type` is a ttype, nullptr otherwise
    4949        TypeInstType * isTtype( Type * type );
     50        const ast::TypeInstType * isTtype( const ast::Type * type );
    5051
    5152        /// returns true if the expression may contain side-effects.
Note: See TracChangeset for help on using the changeset viewer.