File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,10 @@ const irept &get_nil_irep();
140
140
// / All expressions have a named subexpression with ID "type", which gives the
141
141
// / type of the expression (slightly simplified from C/C++ as \ref
142
142
// / unsignedbv_typet, \ref signedbv_typet, \ref floatbv_typet, etc.). All type
143
- // / conversions are explicit with an expression with `id() == ID_typecast`
144
- // / and a \ref typecast_exprt. One key descendant of \ref exprt is \ref
145
- // / symbol_exprt which creates \ref irept instances with ID “symbol”. These are
146
- // / used to represent variables; the name of which can be found using the
147
- // / `get_identifier` accessor function.
143
+ // / conversions are explicit with a \ref typecast_exprt. One key descendant of
144
+ // / \ref exprt is \ref symbol_exprt which creates \ref irept instances with ID
145
+ // / “symbol”. These are used to represent variables; the name of which can be
146
+ // / found using the `get_identifier` accessor function.
148
147
// /
149
148
// / \ref codet inherits from \ref exprt and is defined in `std_code.h`. It
150
149
// / represents executable code; statements in a C-like language rather than
You can’t perform that action at this time.
0 commit comments