Changes in src/ResolvExpr/Resolver.h [2a6292d:630bcb5]
- File:
-
- 1 edited
-
src/ResolvExpr/Resolver.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Resolver.h
r2a6292d r630bcb5 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 functions41 void resolveWithExprs( std::list< Declaration * > & translationUnit );42 40 } // namespace ResolvExpr 43 41
Note:
See TracChangeset
for help on using the changeset viewer.