Changeset 0588d8c for src/Common
- Timestamp:
- May 21, 2019, 11:26:40 AM (6 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
- Children:
- dccc091
- Parents:
- 292642a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Eval.cc
r292642a r0588d8c 90 90 } 91 91 92 std::pair<long long int, bool> eval(const ast::Expr * expr) { 93 #warning not implemented 94 return { 0, false }; 95 } 96 92 97 // Local Variables: // 93 98 // tab-width: 4 //
Note: See TracChangeset
for help on using the changeset viewer.