Changeset d57e349 for src/ResolvExpr/Resolver.h
- Timestamp:
- Jun 11, 2019, 1:36:00 PM (6 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:
- 3da7c19
- Parents:
- 396037d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.h
r396037d rd57e349 29 29 namespace ast { 30 30 class Decl; 31 class DeletedExpr; 31 32 } // namespace ast 32 33 … … 48 49 /// Checks types and binds syntactic constructs to typed representations 49 50 void resolve( std::list< ast::ptr<ast::Decl> >& translationUnit ); 51 /// Searches expr and returns the first DeletedExpr found, otherwise nullptr 52 const ast::DeletedExpr * findDeletedExpr( const ast::Expr * expr ); 50 53 } // namespace ResolvExpr 51 54
Note: See TracChangeset
for help on using the changeset viewer.