Changes in src/AST/Copy.cpp [7edd5c1:ce36b55]
- File:
-
- 1 edited
-
src/AST/Copy.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Copy.cpp
r7edd5c1 rce36b55 10 10 // Created On : Thr Nov 11 9:16:00 2019 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : T ue May 3 16:28:00 202213 // Update Count : 112 // Last Modified On : Thr Nov 11 9:28:00 2021 13 // Update Count : 0 14 14 // 15 15 … … 77 77 } 78 78 79 void postvisit( const UniqueExpr * node ) {80 readonlyInsert( &node->object );81 }82 83 79 void postvisit( const MemberExpr * node ) { 84 80 readonlyInsert( &node->member );
Note:
See TracChangeset
for help on using the changeset viewer.