Changeset 3e1cd17 for src/Parser/parserutility.h
- Timestamp:
- Apr 12, 2024, 8:51:19 AM (22 months ago)
- Branches:
- master
- Children:
- b1b3df5
- Parents:
- 21e6da5 (diff), b78c54f (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
-
src/Parser/parserutility.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parserutility.h
r21e6da5 r3e1cd17 17 17 18 18 #include "AST/Copy.hpp" // for shallowCopy 19 namespace ast {20 class Expr;21 }22 23 ast::Expr * notZeroExpr( const ast::Expr *orig );24 19 25 20 template< typename T >
Note:
See TracChangeset
for help on using the changeset viewer.