Changeset dc74231 for src/AST/Attribute.hpp
- Timestamp:
- May 24, 2024, 2:22:10 PM (4 months ago)
- Branches:
- master
- Children:
- bfcd3af
- Parents:
- cad8c88 (diff), 2c8946b (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/AST/Attribute.hpp
rcad8c88 rdc74231 53 53 friend node_t * mutate(const node_t * node); 54 54 template<typename node_t> 55 55 friend node_t * shallowCopy(const node_t * node); 56 56 }; 57 57
Note: See TracChangeset
for help on using the changeset viewer.