Changes in src/ResolvExpr/Resolver.h [630bcb5:2a6292d]
- File:
-
- 1 edited
-
src/ResolvExpr/Resolver.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.h
r630bcb5 r2a6292d 38 38 /// Searches expr and returns the first DeletedExpr found, otherwise nullptr 39 39 DeletedExpr * findDeletedExpr( Expression * expr ); 40 /// Resolves with-stmts and with-clauses on functions 41 void resolveWithExprs( std::list< Declaration * > & translationUnit ); 40 42 } // namespace ResolvExpr 41 43
Note:
See TracChangeset
for help on using the changeset viewer.