about summary refs log tree commit diff homepage
path: root/lib/Expr/ExprUtil.cpp
AgeCommit message (Expand)Author
2020-02-19Use `ref<>` for UpdateNodeMartin Nowack
2019-07-30Consolidated Expr-related include files into a single include/klee/Expr direc...Cristian Cadar
2018-05-09Improve handling of constant array in Z3Timotej Kapus
2009-06-09Add initial support for constant Arrays.Daniel Dunbar
2009-06-09Kill off UpdateList::isRooted flag.Daniel Dunbar
2009-06-04Start removing uses of Expr::isConstant.Daniel Dunbar
2009-06-04Use dyn_cast<> instead of dyn_ref_cast.Daniel Dunbar
2009-06-04Move isConstant from ref<> to Expr::Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar