Ignore:
Timestamp:
Jun 3, 2019, 5:36:43 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
4ae2364
Parents:
8d70648
Message:

Port unification calculations to new AST

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/FindOpenVars.cc

    r8d70648 rf474e91  
    9393                common_action( tupleType );
    9494        }
     95
     96        void findOpenVars(
     97                        const ast::Type * type, ast::OpenVarSet & open, ast::OpenVarSet & closed,
     98                        ast::AssertionSet & need, ast::AssertionSet & have, FirstMode firstIsOpen ) {
     99                #warning unimplemented
     100                (void)type; (void)open; (void)closed; (void)need; (void)have; (void)firstIsOpen;
     101                assert(false);
     102        }
    95103} // namespace ResolvExpr
    96104
Note: See TracChangeset for help on using the changeset viewer.