We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6048517 + ca1b03c commit d437f60Copy full SHA for d437f60
src/goto-programs/generate_function_bodies.h
@@ -37,8 +37,8 @@ class generate_function_bodiest
37
public:
38
virtual ~generate_function_bodiest() = default;
39
40
- /// Replace the function body with one based on the implementation
41
- /// This will work the same whether or not the function already has a body
+ /// Replace the function body with one based on the replace_function_body
+ /// class being used.
42
/// \param function whose body to replace
43
/// \param symbol_table of the current goto program
44
/// \param function_name Identifier of function
0 commit comments