We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425eef0 commit acf02acCopy full SHA for acf02ac
src/util/expr.h
@@ -236,6 +236,7 @@ class exprt:public irept
236
DEPRECATED(SINCE(2019, 1, 19, "use typecast_exprt() instead"))
237
void make_typecast(const typet &_type);
238
239
+ DEPRECATED(SINCE(2019, 5, 28, "use make_boolean_expr(value) instead"))
240
void make_bool(bool value);
241
242
bool is_constant() const;
0 commit comments