Changeset 0e42794 for src/ResolvExpr
- Timestamp:
- Jun 5, 2019, 11:24:10 AM (5 years ago)
- 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:
- d4b6638
- Parents:
- 93744b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.cc
r93744b5 r0e42794 938 938 939 939 class Resolver_new final 940 : public ast::WithIndexer, public ast::WithGuards, public ast::WithVisitorRef<Resolver_new>, 941 public ast::WithShortCircuiting, public ast::WithStmtsToAdd<> { 940 : public ast::WithSymbolTable, public ast::WithGuards, 941 public ast::WithVisitorRef<Resolver_new>, public ast::WithShortCircuiting, 942 public ast::WithStmtsToAdd<> { 942 943 943 944 public: 944 945 Resolver_new() = default; 945 Resolver_new( const ast::SymbolTable & syms ) { /*symtab = syms;*/}946 Resolver_new( const ast::SymbolTable & syms ) { symtab = syms; } 946 947 947 948 void previsit( ast::FunctionDecl * functionDecl );
Note: See TracChangeset
for help on using the changeset viewer.