Changeset f95634e for src/AST/Expr.hpp


Ignore:
Timestamp:
Nov 10, 2021, 7:23:12 PM (3 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b7fd9daf
Parents:
bb9924c
Message:

fix unique expr pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.hpp

    rbb9924c rf95634e  
    767767
    768768/// An expression which must only be evaluated once
    769 class UniqueExpr final : public Expr {
     769class
     770UniqueExpr final : public Expr {
    770771        static unsigned long long nextId;
    771772public:
Note: See TracChangeset for help on using the changeset viewer.