Ignore:
Timestamp:
May 17, 2019, 12:09:51 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:
896737b
Parents:
77bfc80
Message:

Many errors and warning fixes.
More visit implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.proto.hpp

    r77bfc80 r10a1225  
    241241                INDEXER_FUNC1( addUnion  , const UnionDecl *     );
    242242                INDEXER_FUNC1( addTrait  , const TraitDecl *     );
    243                 INDEXER_FUNC2( addWith   , const std::list< ptr<Expr> > &, const Node * );
     243                INDEXER_FUNC2( addWith   , const std::vector< ptr<Expr> > &, const Node * );
     244                INDEXER_FUNC2( addWith   , const std::list  < ptr<Expr> > &, const Node * );
    244245
    245246                // A few extra functions have more complicated behaviour, they are hand written
Note: See TracChangeset for help on using the changeset viewer.