Changeset 20a5977 for src/AST/Expr.cpp


Ignore:
Timestamp:
May 23, 2019, 4:22:55 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
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
Children:
af1e8f56
Parents:
68c9165
Message:

Added kind to ConstantExpr? and some Expr prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.cpp

    r68c9165 r20a5977  
    241241                        FixedLen, DynamicDim },
    242242                std::string{"\""} + s + "\"",
    243                 (unsigned long long)0 };
     243                (unsigned long long)0,
     244                ConstantExpr::String };
    244245}
    245246
Note: See TracChangeset for help on using the changeset viewer.