Changeset f988834 for src/Parser/parserutility.h
- Timestamp:
- Jan 19, 2024, 2:44:41 AM (20 months ago)
- Branches:
- master
- Children:
- ac939461
- Parents:
- 59c8dff (diff), e8b3717 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parserutility.h
r59c8dff rf988834 36 36 37 37 template<typename node_t> 38 node_t * maybeCopy( node_t const * node ) {38 static inline node_t * maybeCopy( node_t const * node ) { 39 39 return node ? ast::shallowCopy( node ) : nullptr; 40 40 }
Note:
See TracChangeset
for help on using the changeset viewer.