Changeset 42107b4 for src/SynTree/GcTracer.h
- Timestamp:
- Apr 26, 2018, 1:32:53 PM (5 years ago)
- Branches:
- new-env, with_gc
- Children:
- 7a37f25
- Parents:
- 1cdfa82
- git-author:
- Aaron Moss <a3moss@…> (04/25/18 17:44:18)
- git-committer:
- Aaron Moss <a3moss@…> (04/26/18 13:32:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/GcTracer.h
r1cdfa82 r42107b4 78 78 } 79 79 80 void postvisit( OffsetofExpr* expr ) { 81 postvisit( static_cast<Expression*>(expr) ); 82 maybeAccept( expr->member, *visitor ); 83 } 84 80 85 void postvisit( UniqueExpr* expr ) { 81 86 postvisit( static_cast<Expression*>(expr) );
Note: See TracChangeset
for help on using the changeset viewer.