Changeset 89c2f7c9 for src/AST/Expr.hpp
- Timestamp:
- May 15, 2019, 4:13:44 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 54e41b3, 8a5530c, e0d19f8
- Parents:
- 3648d98 (diff), 1e97287 (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/AST/Expr.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Expr.hpp
r3648d98 r89c2f7c9 123 123 virtual const Expr * accept( Visitor & v ) const override = 0; 124 124 private: 125 virtualExpr * clone() const override = 0;125 Expr * clone() const override = 0; 126 126 }; 127 127
Note:
See TracChangeset
for help on using the changeset viewer.