Skip to content

Commit e8f3459

Browse files
author
Joel Allred
committed
Document string_abstractiont
1 parent ed168ac commit e8f3459

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/goto-programs/string_abstraction.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Author: Daniel Kroening, [email protected]
1919

2020
#include "goto_model.h"
2121

22+
/// Replace all uses of `char *` by a struct that carries that string, and also
23+
/// the underlying allocation and the C string length.
24+
/// This will become useful (with some modifications) for supporting strings in
25+
/// the C frontend, as the string solver expects a struct that bundles the
26+
/// string length and the underlying character array.
2227
class string_abstractiont:public messaget
2328
{
2429
public:

0 commit comments

Comments
 (0)