Ignore:
Timestamp:
May 30, 2019, 4:10:24 PM (6 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:
8d70648
Parents:
eba615c
Message:

Stubs for new resolver, implementation of new indexer, type environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Convert.cpp

    reba615c rd76c588  
    6363                std::list< T * > acceptL( const U & container ) {
    6464                        std::list< T * > ret;
    65                         for (auto ptr : container ) {
     65                        for ( auto ptr : container ) {
    6666                                ret.emplace_back( accept1( ptr ) );
    6767                        }
     
    14321432                };
    14331433                cache.emplace( old, decl );
     1434                decl->withExprs = GET_ACCEPT_V(withExprs, Expr);
    14341435                decl->scopeLevel = old->scopeLevel;
    14351436                decl->mangleName = old->mangleName;
Note: See TracChangeset for help on using the changeset viewer.