Changeset 10a1225 for src/AST/Pass.proto.hpp
- Timestamp:
- May 17, 2019, 12:09:51 PM (5 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.proto.hpp
r77bfc80 r10a1225 241 241 INDEXER_FUNC1( addUnion , const UnionDecl * ); 242 242 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 * ); 244 245 245 246 // A few extra functions have more complicated behaviour, they are hand written
Note: See TracChangeset
for help on using the changeset viewer.