Changeset b7fd9daf for src/AST/Expr.hpp
- Timestamp:
- Nov 10, 2021, 7:47:45 PM (9 months ago)
- Branches:
- enum, forall-pointer-decay, master, pthread-emulation
- Children:
- 3249dd8
- Parents:
- 1622af5 (diff), f95634e (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/Expr.hpp
r1622af5 rb7fd9daf 767 767 768 768 /// An expression which must only be evaluated once 769 class UniqueExpr final : public Expr { 769 class 770 UniqueExpr final : public Expr { 770 771 static unsigned long long nextId; 771 772 public:
Note: See TracChangeset
for help on using the changeset viewer.